Skip to content

Commit 238a966

Browse files
committed
fix: update success message class for password set alert
1 parent 6ad4b90 commit 238a966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/SetPassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- Modal body -->
3838
<div class="p-4 md:p-5">
3939
<!-- Success message -->
40-
<div v-if="passwordSet" class="flex items-center justify-center p-4 mb-4 text-sm text-green-800 rounded-lg bg-green-50 dark:bg-green-800 dark:text-green-400" role="alert">
40+
<div v-if="passwordSet" class="af-alert-success flex items-center justify-center p-4 mb-4 text-sm text-green-800 rounded-lg bg-green-50 dark:bg-green-800 dark:text-green-400" role="alert">
4141
<div class="text-center">
4242
<p class="mb-3">{{$t('Password set successfully!')}}</p>
4343
<Link to="/login" class="inline-flex items-center px-4 py-2 text-sm font-medium text-white bg-blue-600 border border-transparent rounded-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500">

0 commit comments

Comments
 (0)