diff --git a/src/static/templates/email/twofactor_email.hbs b/src/static/templates/email/twofactor_email.hbs index 01d79e9f..30e67a01 100644 --- a/src/static/templates/email/twofactor_email.hbs +++ b/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}} diff --git a/src/static/templates/email/twofactor_email.html.hbs b/src/static/templates/email/twofactor_email.html.hbs index 30990d9e..d558781e 100644 --- a/src/static/templates/email/twofactor_email.html.hbs +++ b/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 }}