mirror of
https://github.com/coder/code-server.git
synced 2025-08-01 10:56:25 +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.