Skip to content

Commit

Permalink
πŸ’„ μΈμ¦λ˜μ§€ μ•Šμ€ μ‚¬μš©μžλ₯Ό "/" 경둜둜 λ¦¬λ‹€μ΄λ ‰νŠΈν•˜λ„λ‘ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jihun-io committed Dec 23, 2024
1 parent 71be21b commit f131bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth/AuthStateHandler.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function AuthStateHandler({ children }) {
)
) {
console.log("Unauthenticated user blocked from:", pathname);
router.push("/join");
router.push("/");
return;
}
}
Expand Down

0 comments on commit f131bde

Please sign in to comment.