fix: redesign password recovery flow
This commit is contained in:
@@ -27,6 +27,12 @@ const router = createRouter({
|
||||
component: () => import('@/views/auth/RegisterView.vue'),
|
||||
meta: { title: '注册', noindex: true },
|
||||
},
|
||||
{
|
||||
path: '/forgot-password',
|
||||
name: 'forgot-password',
|
||||
component: () => import('@/views/auth/ForgotPasswordView.vue'),
|
||||
meta: { title: '忘记密码', noindex: true },
|
||||
},
|
||||
{
|
||||
path: '/auth/confirm',
|
||||
name: 'auth-confirm',
|
||||
|
||||
Reference in New Issue
Block a user