Commit 6c2eab24 by Arjun Jhukal

updated the minor changes

parent 848b8481
......@@ -78,7 +78,7 @@ export default function LoginPage() {
secure: process.env.NODE_ENV === 'production',
sameSite: 'Strict',
});
router.replace(PATH.DASHBOARD.ROOT);
router.replace("/credentials");
}
catch (e: any) {
dispatch(
......
......@@ -36,7 +36,6 @@ export interface RegisterProps extends LoginProps {
middle_name: string;
last_name: string;
phone: string;
// photoid_number: string;
dob?: string;
city?: 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