Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenstar74 committed Jul 30, 2024
1 parent b3e9612 commit 271fffd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/auth/components/SignUpForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ function SignUpForm({ isLoading, onCancel, onSignUp }: Props) {
}

function handleGoogleAuth() {
//need to set isloggedin to true so that the user is redirected to the climate feed page

window.location.href = `${process.env.REACT_APP_API_URL}/register/google?quizId=${quizId}`;
}

Expand Down

0 comments on commit 271fffd

Please sign in to comment.