This commit is contained in:
@@ -28,6 +28,11 @@ const router = createRouter({
|
||||
name: 'privacy-policy',
|
||||
component: () => import('../pages/PrivacyPolicy/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/login/:token',
|
||||
name: 'login-redirect',
|
||||
component: () => import('../pages/LoginRedirect/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'not-found',
|
||||
|
||||
Reference in New Issue
Block a user