mirror of
https://github.com/coder/code-server.git
synced 2026-05-26 15:13:28 +00:00
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.