From 447ac058597887239396f8eae778be6f715bb99e Mon Sep 17 00:00:00 2001 From: Reto Aebersold Date: Tue, 5 Dec 2023 09:15:50 +0100 Subject: [PATCH] feat: local login URL --- .../components/header/MainNavigationBar.vue | 6 ++++-- .../components/onboarding/WizardSidePanel.vue | 4 ++-- client/src/pages/onboarding/AccountSetup.vue | 3 ++- client/src/router/guards.ts | 10 +++++----- client/src/router/utils.ts | 19 +++++++++++++++++++ 5 files changed, 32 insertions(+), 10 deletions(-) create mode 100644 client/src/router/utils.ts diff --git a/client/src/components/header/MainNavigationBar.vue b/client/src/components/header/MainNavigationBar.vue index 8a5c6c7e..19a12cdd 100644 --- a/client/src/components/header/MainNavigationBar.vue +++ b/client/src/components/header/MainNavigationBar.vue @@ -1,6 +1,6 @@