Fix
This commit is contained in:
@@ -17,4 +17,10 @@ export default [
|
||||
component: () => import('@/features/auth/pages/ResetPasswordPage.vue'),
|
||||
meta: { public: true, layout: 'public', title: 'تنظیم رمز عبور جدید' },
|
||||
},
|
||||
{
|
||||
path: '/student-register',
|
||||
name: 'student-register',
|
||||
component: () => import('@/features/auth/pages/StudentRegisterPage.vue'),
|
||||
meta: { layout: 'public', title: 'تکمیل ثبت نام' },
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user