fix: off rate-limiting

This commit is contained in:
2026-05-08 22:40:26 +03:00
parent 57bafec204
commit 1724d4e37d
5 changed files with 42 additions and 500 deletions

View File

@@ -121,7 +121,7 @@ class UserLoginStartCommand:
self._logger.error(f'Failed to publish login email event for {email}: {str(exception)}')
raise ApplicationException(503, 'Temporary error. Please try again.')
self._logger.info(f'Login email verification code queued email={email} code={code}')
self._logger.info(f'Login email verification code queued email={email}')
return True
self._logger.error(f'login start failed: code space exhausted for {email}')