mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
347ab5b348
The previous logic verified a generated name was valid, _and then appended a suffix to it_. This was flawed as it would allow a 32 character name, and then append an extra 5 characters to it. Instead we now append the suffix _and then_ verify it is valid.