mirror of
https://github.com/coder/coder.git
synced 2026-09-23 14:03:57 +08:00
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`.