Skip to content

Commit

Permalink
revert supabase config erroneous change
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGracia committed Nov 9, 2024
1 parent 28a355f commit 0f50dd7
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 @@ -191,7 +191,7 @@ verify_enabled = true
# `discord`, `facebook`, `github`, `gitlab`, `google`, `keycloak`, `linkedin_oidc`, `notion`, `twitch`,
# `twitter`, `slack`, `spotify`, `workos`, `zoom`.
[auth.external.google]
enabled = false
enabled = true
client_id = "env(SUPABASE_GOOGLE_AUTH_ID)"
# DO NOT commit your OAuth provider secret to git. Use environment variable substitution instead:
secret = "env(SUPABASE_GOOGLE_AUTH_SECRET)"
Expand Down

0 comments on commit 0f50dd7

Please sign in to comment.