Update Add user hospital portal
This commit is contained in:
@@ -52,7 +52,7 @@ export default function Router() {
|
||||
},
|
||||
// { path: 'login-unprotected', element: <Login /> },
|
||||
// { path: 'register-unprotected', element: <Register /> },
|
||||
{ path: 'reset-password', element: <ResetPassword /> },
|
||||
{ path: 'forgot-password', element: <ResetPassword /> },
|
||||
{ path: 'forget-password', element: <ForgetPassword /> },
|
||||
// { path: 'verify', element: <VerifyCode /> },
|
||||
],
|
||||
@@ -117,7 +117,7 @@ export default function Router() {
|
||||
}
|
||||
|
||||
const Login = Loadable(lazy(() => import('@/pages/auth/Login')));
|
||||
const ResetPassword = Loadable(lazy(() => import('@/pages/auth/ResetPassword')));
|
||||
const ResetPassword = Loadable(lazy(() => import('@/pages/auth/VerifyCode')));
|
||||
const ForgetPassword = Loadable(lazy(() => import('@/pages/auth/ForgetPassword')));
|
||||
|
||||
// Dashboard
|
||||
|
||||
Reference in New Issue
Block a user