feat: add delay after password change before logout
Some checks failed
Build and Publish Docker Image / Build and Publish (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish (arm64) (push) Has been cancelled

This commit is contained in:
limes
2026-09-07 22:02:58 +02:00
parent 40c20afb8d
commit 64f460b555

View File

@@ -43,6 +43,8 @@ const {
text: t('account.settings.passwordModal.successNotice')
});
await new Promise(r => setTimeout(r, 3000));
emit('change');
authUtils.logout();
},