Skip to content

Commit

Permalink
chore: 尝试修复oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Mar 7, 2024
1 parent dfca412 commit 3fd86d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SignInWithProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function SignInWithProvider({ provider, redirectTo }) {
const { data, error } = await supabase.auth.signInWithOAuth({
provider: provider,
options: {
redirectTo: redirectTo,
// redirectTo: redirectTo,
queryParams: {
access_type: "offline",
prompt: "consent",
Expand Down

0 comments on commit 3fd86d7

Please sign in to comment.