1
0
mirror of https://github.com/bitwarden/server synced 2026-01-10 04:23:31 +00:00
Files
server/src/Core/MailTemplates/Handlebars/VerifyEmail.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
227 B
Handlebars

{{#>BasicTextLayout}}
Verify this email address for your Bitwarden account by clicking the link below.
If you did not request to verify a Bitwarden account, you can safely ignore this email.
{{{Url}}}
{{/BasicTextLayout}}