diff --git a/src/static/templates/email/twofactor_email.hbs b/src/static/templates/email/twofactor_email.hbs index ae24df6a..01d79e9f 100644 --- a/src/static/templates/email/twofactor_email.hbs +++ b/src/static/templates/email/twofactor_email.hbs @@ -1,6 +1,6 @@ -Your Two-step Login Verification Code +Vaultwarden Login Verification Code Your two-step verification code is: {{token}} Use this code to complete logging in with Vaultwarden. -{{> email/email_footer_text }} \ No newline at end of file +{{> email/email_footer_text }} diff --git a/src/static/templates/email/twofactor_email.html.hbs b/src/static/templates/email/twofactor_email.html.hbs index fb21dc69..30990d9e 100644 --- a/src/static/templates/email/twofactor_email.html.hbs +++ b/src/static/templates/email/twofactor_email.html.hbs @@ -1,4 +1,4 @@ -Your Two-step Login Verification Code +Vaultwarden Login Verification Code {{> email/email_header }} @@ -13,4 +13,4 @@ Your Two-step Login Verification Code
-{{> email/email_footer }} \ No newline at end of file +{{> email/email_footer }}