mirror of
https://github.com/coder/code-server.git
synced 2026-01-09 07:44:14 +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.