Update supabase/config.toml

This commit is contained in:
Josh Creek
2025-07-26 22:09:35 +01:00
committed by GitHub
parent 389f73d164
commit dd31a8d040
+1 -1
View File
@@ -172,7 +172,7 @@ enable_confirmations = true
# If enabled, users will need to reauthenticate or have logged in recently to change their password.
secure_password_change = false
# Controls the minimum amount of time that must pass before sending another signup confirmation or password reset email.
max_frequency = "1s"
max_frequency = "30s"
# Number of characters used in the email OTP.
otp_length = 6
# Number of seconds before the email OTP expires (defaults to 1 hour).