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