fix: switch frontend login to authentik auth-code flow
This commit is contained in:
@@ -8,6 +8,11 @@ const routes = [
|
||||
name: 'login',
|
||||
component: () => import('@/pages/LoginPage.vue')
|
||||
},
|
||||
{
|
||||
path: '/auth/callback',
|
||||
name: 'auth-callback',
|
||||
component: () => import('@/pages/AuthCallbackPage.vue')
|
||||
},
|
||||
{
|
||||
path: '/me',
|
||||
name: 'me',
|
||||
|
||||
Reference in New Issue
Block a user