7863-devToTest_2434 #613

Merged
alexm merged 131 commits from 7863-devToTest_2434 into test 2024-08-13 06:58:13 +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,