Browse Source

Adding token in the subject of 2fa emails

pull/5225/head
fdeĉ 5 months ago
parent
commit
3055017a1d
  1. 2
      src/static/templates/email/twofactor_email.hbs
  2. 2
      src/static/templates/email/twofactor_email.html.hbs

2
src/static/templates/email/twofactor_email.hbs

@ -1,4 +1,4 @@
Vaultwarden Login Verification Code
{{token}} Is Your Vaultwarden Login Verification Code
<!---------------->
Your two-step verification code is: {{token}}

2
src/static/templates/email/twofactor_email.html.hbs

@ -1,4 +1,4 @@
Vaultwarden Login Verification Code
{{token}} Is Your Vaultwarden Login Verification Code
<!---------------->
{{> email/email_header }}
<table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">

Loading…
Cancel
Save