add new landing page firstlogin close #18

This commit is contained in:
Adrian Zürcher
2025-12-10 14:05:37 +01:00
parent 714ca0219a
commit 6be85e86af
14 changed files with 119 additions and 20 deletions

View File

@@ -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'),