From bf025dc424faae6f754bc38327007d6decd3b4ed Mon Sep 17 00:00:00 2001 From: Ura Date: Sun, 27 Oct 2024 10:06:14 +0900 Subject: [PATCH] =?UTF-8?q?/home=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task_yell/src/app/signin/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task_yell/src/app/signin/page.tsx b/task_yell/src/app/signin/page.tsx index cf58159..d990283 100644 --- a/task_yell/src/app/signin/page.tsx +++ b/task_yell/src/app/signin/page.tsx @@ -14,7 +14,7 @@ export default function SignUpPage() { const provider = new GoogleAuthProvider(); const cred = await signInWithPopup(auth, provider); if (cred.user) { - router.push("/"); + router.push("/home"); } }, [router]);