diff --git a/src/components/sections/header.tsx b/src/components/sections/header.tsx index 730aac8..6d4ca7c 100644 --- a/src/components/sections/header.tsx +++ b/src/components/sections/header.tsx @@ -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);