fix the login after signed in
This commit is contained in:
parent
6d097a44dd
commit
cd528b146c
@ -40,7 +40,7 @@ export default function Header() {
|
||||
onComplete: ({ user, isNewUser, wasAlreadyAuthenticated, loginMethod }) => {
|
||||
if (!wasAlreadyAuthenticated) toast.success("Login success");
|
||||
|
||||
router.replace("/");
|
||||
// router.replace("/");
|
||||
},
|
||||
onError: (error) => {
|
||||
console.log(error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user