Transactional emails print the action URL as raw inline text (...visiting this url: {{url}}), which reads as phishing and adds round-trip friction.
Replace with a bulletproof (table-based, inline-CSS) CTA button + a small fallback "paste this link" line, across all transactional templates: verify-email, reset-password, reset-password-confirm, signup-invite.
Generic improvement; no downstream-specific content.
Created via /dev:issue
Transactional emails print the action URL as raw inline text (
...visiting this url: {{url}}), which reads as phishing and adds round-trip friction.Replace with a bulletproof (table-based, inline-CSS) CTA button + a small fallback "paste this link" line, across all transactional templates: verify-email, reset-password, reset-password-confirm, signup-invite.
Generic improvement; no downstream-specific content.
Created via /dev:issue