basic /register/:token route

ref #15
This commit is contained in:
2021-03-25 19:29:37 +01:00
parent 36baf174a5
commit 18d1ddacf7
2 changed files with 16 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ if (typeof config !== 'undefined') {
{ path: '/imprint', component: Imprint },
{ path: '/privacy', component: Privacy },
{ path: '/register', component: Register },
{ path: '/register/:token', component: Register, props: true },
{ path: '/profile', component: Profile }
];
}