mirror of
https://github.com/danog/code-server.git
synced 2025-01-23 05:51:12 +01:00
08521077f0
Before, we weren't checking if a login was successful before counting it against the rate limiter. With this change, we only count unsuccessful logins against the rate limiter. We did this because this was a bug but also because it caused problems with our e2e tests hitting the rate limit.