Bug fetch-user login
This commit is contained in:
@@ -7,6 +7,11 @@ const router = createRouter({
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
redirect: '/auth/login',
|
||||
meta: { auth: false }
|
||||
},
|
||||
{
|
||||
path: '/home',
|
||||
component: AppLayout,
|
||||
meta: {
|
||||
auth: true
|
||||
|
||||
Reference in New Issue
Block a user