This commit is contained in:
sajjadtalkhabi
2026-05-13 03:06:59 +03:30
parent d2a577f254
commit b8ced45375
142 changed files with 3706 additions and 905 deletions
+6
View File
@@ -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: 'تکمیل ثبت نام' },
},
]