Skip to content

Commit

Permalink
feat: remove double confirm on email change
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Arce <raphael.arce@ts.berlin>
  • Loading branch information
raphael-arce committed Apr 19, 2024
1 parent c0ce216 commit 9640457
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 @@ -57,7 +57,7 @@ enable_signup = true
enable_signup = true
# If enabled, a user will be required to confirm any email change on both the old, and new email
# addresses. If disabled, only the new email is required to confirm.
double_confirm_changes = true
double_confirm_changes = false
# If enabled, users need to confirm their email address before signing in.
enable_confirmations = true

Expand Down

0 comments on commit 9640457

Please sign in to comment.