1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 19:43:34 +00:00
Files
server/src/Core/MailTemplates/Handlebars/VerifyDelete.text.hbs
Thomas Avery b19cded4f8 [PS-721] Left align all email template text (#2033)
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
2022-06-20 09:20:28 -05:00

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}}