From 2f3ad52d4874e2ec07dccafec1fee289f9b009c4 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 8 Aug 2024 12:36:20 +0200 Subject: [PATCH] duplicate notify --- src/pages/Login/TwoFactor.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/Login/TwoFactor.vue b/src/pages/Login/TwoFactor.vue index 55fc7a1d9..31b4ccc79 100644 --- a/src/pages/Login/TwoFactor.vue +++ b/src/pages/Login/TwoFactor.vue @@ -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,