Skip to content

Commit

Permalink
chore: Remove redirectTo property when signing in
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBacas committed Jul 19, 2024
1 parent f27bfdb commit 0cdd858
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ function Header() {
? supabase.auth.signOut()
: supabase.auth.signInWithOAuth({
provider: 'github',
options: {
redirectTo: "http://localhost:3000/"
}
})
}
>
Expand Down

0 comments on commit 0cdd858

Please sign in to comment.