msal working
This commit is contained in:
@@ -63,12 +63,18 @@ const router = createRouter({
|
||||
{
|
||||
path: '/auth/login',
|
||||
name: 'login',
|
||||
meta: {
|
||||
auth: false
|
||||
},
|
||||
component: () => import('@/views/pages/auth/Login.vue')
|
||||
},
|
||||
{
|
||||
path: '/temp',
|
||||
path: '/auth/callback',
|
||||
name: 'test',
|
||||
component: () => import('@/views/pages/auth/Temp.vue')
|
||||
meta: {
|
||||
auth: false
|
||||
},
|
||||
component: () => import('@/views/pages/auth/Callback.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user