1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-27 14:24:56 -05:00
bitwarden/src/Core/MailTemplates/VerifyDelete.cshtml
2017-08-09 10:53:42 -04:00

10 lines
346 B
Plaintext

@model Bit.Core.Models.Mail.VerifyDeleteModel
@{
Layout = "_BasicMailLayout";
}
<p>
Click the link below to delete your bitwarden account (@Model.Email).
If you did not request this email to delete your bitwarden account, you can safely ignore it.
</p>
<p><a href="@Model.Url" target="_blank" clicktracking=off>@Model.Url</a></p>