add new landing page firstlogin close #18
This commit is contained in:
@@ -9,6 +9,10 @@ const routes: RouteRecordRaw[] = [
|
||||
path: '',
|
||||
component: () => import('pages/LoginPage.vue'),
|
||||
},
|
||||
{
|
||||
path: 'firstlogin',
|
||||
component: () => import('pages/FirstLogin.vue'),
|
||||
},
|
||||
{
|
||||
path: 'login',
|
||||
component: () => import('pages/LoginPage.vue'),
|
||||
|
||||
Reference in New Issue
Block a user