mirror of
https://github.com/bitwarden/server
synced 2026-01-08 19:43:34 +00:00
Make all email template text left-aligned, excluding call-to-actions buttons which should remain centered In the emails needing updates, remove font styling from HTML tags other than <td> and <p> Add an additional margin above and below each call-to-action button For emails that include only the “ignore” warning below the call-to-action button move the warning up, so the button is the last item displayed Fix the unit test that allows developers to locally generate test emails
8 lines
219 B
Handlebars
8 lines
219 B
Handlebars
{{#>BasicTextLayout}}
|
|
Click the link below to delete your Bitwarden account ({{Email}}).
|
|
|
|
If you did not request this email to delete your Bitwarden account, you can safely ignore it.
|
|
|
|
{{{Url}}}
|
|
|
|
{{/BasicTextLayout}} |