mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-09 04:07:31 +08:00
feat: add password recovery
This commit is contained in:
@@ -15,6 +15,7 @@ import NotFoundPageView from '../views/NotFoundPageView.vue'
|
||||
import GithubCallbackPageView from '../views/GithubCallbackPageView.vue'
|
||||
import DiscordCallbackPageView from '../views/DiscordCallbackPageView.vue'
|
||||
import TwitterCallbackPageView from '../views/TwitterCallbackPageView.vue'
|
||||
import ForgotPasswordPageView from '../views/ForgotPasswordPageView.vue'
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -57,6 +58,11 @@ const routes = [
|
||||
name: 'login',
|
||||
component: LoginPageView
|
||||
},
|
||||
{
|
||||
path: '/forgot-password',
|
||||
name: 'forgot-password',
|
||||
component: ForgotPasswordPageView
|
||||
},
|
||||
{
|
||||
path: '/signup',
|
||||
name: 'signup',
|
||||
|
||||
Reference in New Issue
Block a user