From 6163e7b482e9ca9d295a515a53487aa856ac6479 Mon Sep 17 00:00:00 2001 From: LQ63 Date: Wed, 10 Dec 2025 13:28:42 +0100 Subject: [PATCH] fix(ui): Mainmenu Changed requiresAuth to true --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 670bc03..908614e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -16,7 +16,7 @@ const router = createRouter({ { path: '/mainmenu/', component: MainMenuView, - meta: { requiresAuth: false }, + meta: { requiresAuth: true }, children: [ { path: '',