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
511511 fmt .Sprintf ("GOTRUE_RATE_LIMIT_OTP=%v" , utils .Config .Auth .RateLimit .SignInSignUps ),
512512 fmt .Sprintf ("GOTRUE_RATE_LIMIT_VERIFY=%v" , utils .Config .Auth .RateLimit .TokenVerifications ),
513513 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 ),
515514 }
516515
517516 if utils .Config .Auth .Email .Smtp != nil && utils .Config .Auth .Email .Smtp .Enabled {
518517 env = append (env ,
518+ fmt .Sprintf ("GOTRUE_RATE_LIMIT_EMAIL_SENT=%v" , utils .Config .Auth .RateLimit .EmailSent ),
519519 fmt .Sprintf ("GOTRUE_SMTP_HOST=%s" , utils .Config .Auth .Email .Smtp .Host ),
520520 fmt .Sprintf ("GOTRUE_SMTP_PORT=%d" , utils .Config .Auth .Email .Smtp .Port ),
521521 fmt .Sprintf ("GOTRUE_SMTP_USER=%s" , utils .Config .Auth .Email .Smtp .User ),
You can’t perform that action at this time.
0 commit comments