1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-27 22:34:54 -05:00
bitwarden/src/Core/MailTemplates/Handlebars/EmergencyAccessInvited.text.hbs
Oscar Hinton 0f1af2333e
Add support for Emergency Access (#1000)
* Add support for Emergency Access

* Add migration script

* Review comments

* Ensure grantor has premium when inviting new grantees.

* Resolve review comments

* Remove two factor references
2020-12-16 14:36:47 -05:00

7 lines
271 B
Handlebars

{{#>BasicTextLayout}}
You have been invited to become an emergency contact for {{Name}}. To accept this invite, click the following link:
{{{Url}}}
If you do not wish to become an emergency contact for {{Name}}, you can safely ignore this email.
{{/BasicTextLayout}}