From 0e49eb73ee59bdf9cec4480c203ff0c308a50992 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Tue, 7 Nov 2023 14:34:56 +0100 Subject: [PATCH] Redirect to / if session already exists * also fix usage of stale isAuthenticated --- vue/src/components/LoginQRCode.vue | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/vue/src/components/LoginQRCode.vue b/vue/src/components/LoginQRCode.vue index 5c4123b..863f8ab 100644 --- a/vue/src/components/LoginQRCode.vue +++ b/vue/src/components/LoginQRCode.vue @@ -7,6 +7,7 @@