mirror of
https://github.com/coder/code-server.git
synced 2026-02-05 22:38:40 -06: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.