fix(auth): validation toast and rate limit adjustment
This commit is contained in:
@@ -63,7 +63,7 @@ async def signup_resend(
|
||||
await enforce_rate_limit(
|
||||
scope="signup_resend",
|
||||
identifier=payload.email,
|
||||
limit=3,
|
||||
limit=5,
|
||||
window_seconds=60,
|
||||
)
|
||||
return await service.signup_resend(payload)
|
||||
|
||||
Reference in New Issue
Block a user