mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 04:22:39 +08:00

There was a case with the hashed-password which had multiple equal signs in the value and it wasn't being parsed correctly. This uses a new function and adds a few tests.