1
0
mirror of https://github.com/bitwarden/server synced 2026-01-27 06:43:19 +00:00

chore: update MJML email template

This commit is contained in:
Ike Kottlowski
2026-01-22 09:37:59 -05:00
parent 07648a5992
commit 0361795ab4
3 changed files with 3 additions and 3 deletions

View File

@@ -235,7 +235,7 @@
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#1B2029;">The following emergency contacts have been removed from your account:
<ul>
{{#each RemovedGranteeNames}}
{{#each RemovedGranteeEmails}}
<li>{{this}}</li>
{{/each}}
</ul>

View File

@@ -1,6 +1,6 @@
The following emergency contacts have been removed from your account:
{{#each RemovedGranteeNames}}
{{#each RemovedGranteeEmails}}
{{this}}
{{/each}}

View File

@@ -15,7 +15,7 @@
<mj-text font-size="16px" line-height="24px" padding="10px 15px">
The following emergency contacts have been removed from your account:
<ul>
{{#each RemovedGranteeNames}}
{{#each RemovedGranteeEmails}}
<li>{{this}}</li>
{{/each}}
</ul>