duplicate notify
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
ea8aca29a6
commit
2f3ad52d48
|
@ -29,11 +29,6 @@ async function onSubmit() {
|
||||||
|
|
||||||
data.keepLogin = params.keepLogin;
|
data.keepLogin = params.keepLogin;
|
||||||
await session.setLogin(data);
|
await session.setLogin(data);
|
||||||
|
|
||||||
quasar.notify({
|
|
||||||
message: t('login.loginSuccess'),
|
|
||||||
type: 'positive',
|
|
||||||
});
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
quasar.notify({
|
quasar.notify({
|
||||||
message: e.response?.data?.error.message,
|
message: e.response?.data?.error.message,
|
||||||
|
|
Loading…
Reference in New Issue