File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -511,11 +511,11 @@ EOF
511
511
fmt .Sprintf ("GOTRUE_RATE_LIMIT_OTP=%v" , utils .Config .Auth .RateLimit .SignInSignUps ),
512
512
fmt .Sprintf ("GOTRUE_RATE_LIMIT_VERIFY=%v" , utils .Config .Auth .RateLimit .TokenVerifications ),
513
513
fmt .Sprintf ("GOTRUE_RATE_LIMIT_SMS_SENT=%v" , utils .Config .Auth .RateLimit .SmsSent ),
514
- fmt .Sprintf ("GOTRUE_RATE_LIMIT_EMAIL_SENT=%v" , utils .Config .Auth .RateLimit .EmailSent ),
515
514
}
516
515
517
516
if utils .Config .Auth .Email .Smtp != nil && utils .Config .Auth .Email .Smtp .Enabled {
518
517
env = append (env ,
518
+ fmt .Sprintf ("GOTRUE_RATE_LIMIT_EMAIL_SENT=%v" , utils .Config .Auth .RateLimit .EmailSent ),
519
519
fmt .Sprintf ("GOTRUE_SMTP_HOST=%s" , utils .Config .Auth .Email .Smtp .Host ),
520
520
fmt .Sprintf ("GOTRUE_SMTP_PORT=%d" , utils .Config .Auth .Email .Smtp .Port ),
521
521
fmt .Sprintf ("GOTRUE_SMTP_USER=%s" , utils .Config .Auth .Email .Smtp .User ),
You can’t perform that action at this time.
0 commit comments