Skip to content

Commit

Permalink
fix: changed redirect uri in supabase config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
NoorFatima01 committed May 4, 2024
1 parent 0d54721 commit d830114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ s3_secret_key = "env(S3_SECRET_KEY)"
enabled = true
client_id = "env(GOOGLE_CLIENT_ID)"
secret = "env(GOOGLE_SECRET)"
redirect_uri = "http://localhost:54321/auth/v1/callback"
redirect_uri = env(NEXT_PUBLIC_SUPABASE_REDIRECT_URI)

0 comments on commit d830114

Please sign in to comment.