mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 03:05:50 -05: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.