mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-13 15:04:41 -05:00
Renamed The Login View File
This commit is contained in:
parent
d914b7cbd6
commit
6123437a07
2 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const router = createRouter({
|
||||||
meta: {
|
meta: {
|
||||||
authName: oidcAuth.authName
|
authName: oidcAuth.authName
|
||||||
},
|
},
|
||||||
component: () => import('@/views/Login.vue')
|
component: () => import('@/views/LoginView.vue')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/admin',
|
path: '/admin',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue