Skip to content

Commit

Permalink
/homeに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Inlet-back committed Oct 27, 2024
1 parent 5271955 commit bf025dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task_yell/src/app/signin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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]);

Expand Down

0 comments on commit bf025dc

Please sign in to comment.