mirror of
https://github.com/coder/code-server.git
synced 2026-04-12 18:28:17 -05: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.