#7864 - 7864_testToMaster_2434 #629
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue