Bug fetch-user login

This commit is contained in:
2025-06-05 10:52:56 +02:00
parent 8592f61a43
commit aeb787b4a4
2 changed files with 10 additions and 3 deletions

View File

@@ -7,6 +7,11 @@ const router = createRouter({
routes: [
{
path: '/',
redirect: '/auth/login',
meta: { auth: false }
},
{
path: '/home',
component: AppLayout,
meta: {
auth: true