mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
add optional parameter code to login and register
This commit is contained in:
parent
980d3ee527
commit
5695427392
@ -39,11 +39,11 @@ const routes = [
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
path: '/login/:code?',
|
||||
component: () => import('@/pages/Login.vue'),
|
||||
},
|
||||
{
|
||||
path: '/register',
|
||||
path: '/register/:code?',
|
||||
component: () => import('@/pages/Register.vue'),
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user