Skip to content

Commit 9880ba5

Browse files
committed
fix: improve success message display and adjust layout for logged-in users
1 parent 60e333f commit 9880ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom/SetPassword.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<!-- Modal body -->
3838
<div class="p-4 md:p-5">
3939
<!-- Success message -->
40-
<div v-if="passwordSet" class="af-alert-success flex items-center justify-center p-4 mb-4 text-sm rounded-lg dark:text-white" role="alert">
41-
<div v-if="isUserLoggedIn === 'true'" class="text-center">
40+
<div v-if="passwordSet" class="af-alert-success flex items-center justify-center py-4 mb-4 text-sm rounded-lg dark:text-white" role="alert">
41+
<div v-if="isUserLoggedIn === 'true'" class="text-center w-full">
4242
<p>{{$t('Password set successfully to your new account')}}</p>
4343
<p class="font-bold">{{$t('Stay logged in or log in to another account?')}}</p>
4444
<div class="flex gap-4 w-full justify-between mt-3">

0 commit comments

Comments
 (0)