diff --git a/frontend/hospital-portal/src/routes/index.tsx b/frontend/hospital-portal/src/routes/index.tsx index 66550bcc..392871a2 100755 --- a/frontend/hospital-portal/src/routes/index.tsx +++ b/frontend/hospital-portal/src/routes/index.tsx @@ -54,11 +54,35 @@ export default function Router() { ), }, + { + path: 'reset-password', + element: ( + + + + ), + }, + { + path: 'forget-password', + element: ( + + + + ), + }, + { + path: 'verify', + element: ( + + + + ), + }, // { path: 'login-unprotected', element: }, // { path: 'register-unprotected', element: }, - { path: 'reset-password', element: }, - { path: 'forget-password', element: }, - { path: 'verify', element: }, + // { path: 'reset-password', element: }, + // { path: 'forget-password', element: }, + // { path: 'verify', element: }, ], }, // {