mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-14 03:47:25 -05:00
feat: add delay after password change before logout
This commit is contained in:
@@ -43,6 +43,8 @@ const {
|
||||
text: t('account.settings.passwordModal.successNotice')
|
||||
});
|
||||
|
||||
await new Promise(r => setTimeout(r, 3000));
|
||||
|
||||
emit('change');
|
||||
authUtils.logout();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user