mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
23f61c68b4
Fixes https://github.com/coder/coder/issues/15151 This runs `urlencode` (provided by `text/template`) on the email address in the link. This ensures the link will work if a user has an email in the form `user+label@example.com`.