feat: added an login page but the auth issue is still persisting, found a way to interprete the token the line is commneted in case it breaks code or needs a change
Some checks failed
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 39s
CI / build (push) Failing after 8s
Format / formatting (pull_request) Successful in 5s

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-04-12 03:55:30 +02:00
parent f8991e90ab
commit 2b31753265
4 changed files with 178 additions and 3 deletions

View File

@ -11,7 +11,11 @@ const router = createRouter({
// which is lazy-loaded when the route is visited.
component: () => import('../views/testComponent.vue'),
},
{
path: '/login',
name: 'login',
component: () => import('../components/LoginComponent.vue'),
},
{
path: '/',
name: 'Admin-main',