From 5061d18956d8520ca34e836783d23c889bba9629 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 16 Nov 2020 14:17:26 +0100 Subject: [PATCH] Better handling of invalid credentials on login * Notify on page as this is more appropriate * Reset entered password --- src/pages/Login.vue | 44 +++++++++++++++++++------- src/plugins/user/components/Widget.vue | 8 +++-- src/plugins/user/store/session.ts | 10 ------ 3 files changed, 38 insertions(+), 24 deletions(-) diff --git a/src/pages/Login.vue b/src/pages/Login.vue index e117fa9..9ca3f37 100644 --- a/src/pages/Login.vue +++ b/src/pages/Login.vue @@ -1,8 +1,9 @@