Add in registration token requirement to prevent unauthorised registrations.
This commit is contained in:
parent
5268d6aecd
commit
0d277e3035
4 changed files with 50 additions and 8 deletions
|
@ -22,7 +22,7 @@ const routes = [
|
|||
}
|
||||
},
|
||||
{
|
||||
path: '/register',
|
||||
path: '/register/:token?',
|
||||
name: 'register',
|
||||
component: () => import('pages/RegisterPage.vue'),
|
||||
meta: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue