mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-05 11:30:46 +08:00
Implement registration whitelist flow
This commit is contained in:
@@ -5,6 +5,7 @@ import AboutPageView from '../views/AboutPageView.vue'
|
||||
import PostPageView from '../views/PostPageView.vue'
|
||||
import LoginPageView from '../views/LoginPageView.vue'
|
||||
import SignupPageView from '../views/SignupPageView.vue'
|
||||
import SignupReasonPageView from '../views/SignupReasonPageView.vue'
|
||||
import NewPostPageView from '../views/NewPostPageView.vue'
|
||||
import SettingsPageView from '../views/SettingsPageView.vue'
|
||||
import ProfileView from '../views/ProfileView.vue'
|
||||
@@ -46,6 +47,11 @@ const routes = [
|
||||
name: 'signup',
|
||||
component: SignupPageView
|
||||
},
|
||||
{
|
||||
path: '/signup-reason',
|
||||
name: 'signup-reason',
|
||||
component: SignupReasonPageView
|
||||
},
|
||||
{
|
||||
path: '/settings',
|
||||
name: 'settings',
|
||||
|
||||
Reference in New Issue
Block a user