add optional parameter code to login and register

This commit is contained in:
ogerly 2022-03-20 11:30:02 +01:00
parent 980d3ee527
commit 5695427392

View File

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