Commit 6c2eab24 by Arjun Jhukal

updated the minor changes

parent 848b8481
...@@ -78,7 +78,7 @@ export default function LoginPage() { ...@@ -78,7 +78,7 @@ export default function LoginPage() {
secure: process.env.NODE_ENV === 'production', secure: process.env.NODE_ENV === 'production',
sameSite: 'Strict', sameSite: 'Strict',
}); });
router.replace(PATH.DASHBOARD.ROOT); router.replace("/credentials");
} }
catch (e: any) { catch (e: any) {
dispatch( dispatch(
......
...@@ -36,7 +36,6 @@ export interface RegisterProps extends LoginProps { ...@@ -36,7 +36,6 @@ export interface RegisterProps extends LoginProps {
middle_name: string; middle_name: string;
last_name: string; last_name: string;
phone: string; phone: string;
// photoid_number: string;
dob?: string; dob?: string;
city?: string; city?: string;
pob?: string; pob?: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment