Skip to content

Commit

Permalink
fix: remove navigate
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed Jul 30, 2024
1 parent d9057c9 commit 712faf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function AuthCallbackPage() {
useEffect(() => {
const signInProcess = async () => {
if (!firebaseUser.user || statusMessage !== 'Loading...') {
navigate('/signup');
return;
}

Expand Down

0 comments on commit 712faf0

Please sign in to comment.