From 08b31860b34a9c56c2ba9c2e5cc6073987a76e3e Mon Sep 17 00:00:00 2001 From: Sockenklaus Date: Sat, 23 Oct 2021 09:37:17 +0200 Subject: [PATCH] removed obsolete remember me button, added notification when trying to go down a protected route --- src/components/Notification.vue | 2 -- src/router/index.ts | 11 +++++++++-- src/stores/user.ts | 6 +++--- src/views/Login.vue | 14 +++----------- 4 files changed, 15 insertions(+), 18 deletions(-) diff --git a/src/components/Notification.vue b/src/components/Notification.vue index 846c349..3da81ab 100644 --- a/src/components/Notification.vue +++ b/src/components/Notification.vue @@ -1,7 +1,5 @@