We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e333f commit 9880ba5Copy full SHA for 9880ba5
custom/SetPassword.vue
@@ -37,8 +37,8 @@
37
<!-- Modal body -->
38
<div class="p-4 md:p-5">
39
<!-- 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">
+ <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">
+ <div v-if="isUserLoggedIn === 'true'" class="text-center w-full">
42
<p>{{$t('Password set successfully to your new account')}}</p>
43
<p class="font-bold">{{$t('Stay logged in or log in to another account?')}}</p>
44
<div class="flex gap-4 w-full justify-between mt-3">
0 commit comments