fix: redirect /kiosk to /dashboard instead of app grid

The old Kiosk.vue app grid launcher was never intended as the kiosk
display. Redirect /kiosk to /dashboard so the kiosk shows the actual
Archipelago interface.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-04-01 19:11:32 +01:00
co-authored by Claude Opus 4.6
parent ada035f1b8
commit 8edb4ab4d1
+1 -2
View File
@@ -86,8 +86,7 @@ const router = createRouter({
{
path: '/kiosk',
name: 'kiosk',
component: () => import('../views/Kiosk.vue'),
meta: { public: true },
redirect: '/dashboard',
},
{
path: '/dashboard',