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:
@@ -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>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
The following emergency contacts have been removed from your account:
|
||||
|
||||
{{#each RemovedGranteeNames}}
|
||||
{{#each RemovedGranteeEmails}}
|
||||
{{this}}
|
||||
{{/each}}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user