#7864 - 7864_testToMaster_2434 #629

Merged
jsegarra merged 159 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:17 +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,