mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +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 {
|
||||
toast.success("Signed In Successfully");
|
||||
router.push("/dashboard");
|
||||
router.push("/");
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user