KazV2/dockers/vaultwarden/templates/email/emergency_access_recovery_approved.html.hbs

12 lines
1.3 KiB
Handlebars
Raw Normal View History

2024-12-13 16:52:15 +01:00
Demande d'accès d'urgence pour {{{grantor_name}}} approuvée
2024-06-03 18:43:35 +02:00
<!---------------->
{{> email/email_header }}
<table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top">
2024-12-13 16:52:15 +01:00
<b style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">{{grantor_name}}</b> a approuvé votre demande d'accès d'urgence. Vous pouvez maintenant vous connecter sur le <a href="{{url}}/">coffre-fort web</a> et accéder à son compte.
2024-06-03 18:43:35 +02:00
</td>
</tr>
</table>
{{> email/email_footer }}