From e19420160f24ddb17f2ad708bbba3865ddfd15d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Thu, 15 Jul 2021 21:25:46 +0200 Subject: [PATCH] Simplify 2fa removed email and remove extra table close in the footer --- src/static/templates/email/email_footer.hbs | 25 ++-- .../email/send_2fa_removed_from_org.html.hbs | 141 ++---------------- 2 files changed, 26 insertions(+), 140 deletions(-) diff --git a/src/static/templates/email/email_footer.hbs b/src/static/templates/email/email_footer.hbs index b5aafc39..6d5f7be6 100644 --- a/src/static/templates/email/email_footer.hbs +++ b/src/static/templates/email/email_footer.hbs @@ -1,23 +1,22 @@ - - - - - + + - + + + + + + + + diff --git a/src/static/templates/email/send_2fa_removed_from_org.html.hbs b/src/static/templates/email/send_2fa_removed_from_org.html.hbs index e881fd99..6588a320 100644 --- a/src/static/templates/email/send_2fa_removed_from_org.html.hbs +++ b/src/static/templates/email/send_2fa_removed_from_org.html.hbs @@ -1,129 +1,16 @@ Removed from {{{org_name}}} - - - - - Vaultwarden - - - - - - - - - - -
- - - - -
- - - - -
- - - - - - - -
- You have been removed from organization {{org_name}} because your account does not have Two-step Login enabled. -
- You can enable Two-step Login in your account settings. -
-
- - - - - -
-
- - +{{> email/email_header }} + + + + + + + +
+ You have been removed from organization {{org_name}} because your account does not have Two-step Login enabled. +
+ You can enable Two-step Login in your account settings. +
+{{> email/email_footer }}