mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 15:39:34 +00:00
Since this checks if they are authenticated using the hash/password and it's async, we need to update authenticated to be async, which means we have to update it everywhere it's used.