fix(twoFactor): unify code login and twoFactor #603

Merged
alexm merged 2 commits from 7854-fix_twoFator into dev 2024-08-08 10:44:29 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 2f3ad52d48 - Show all commits

View File

@ -29,11 +29,6 @@ async function onSubmit() {
data.keepLogin = params.keepLogin;
await session.setLogin(data);
quasar.notify({
message: t('login.loginSuccess'),
type: 'positive',
});
} catch (e) {
quasar.notify({
message: e.response?.data?.error.message,