mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
fix(credentials-sign-in-form): redirect to dashboard after successful sign-in
This commit is contained in:
parent
985da4f804
commit
45a9950ad3
@ -47,7 +47,7 @@ export function CredentialsSignInForm() {
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
toast.success("Signed In Successfully");
|
toast.success("Signed In Successfully");
|
||||||
router.push("/dashboard");
|
router.push("/");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user