1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 09:33:40 +00:00
Files
server/src/Core/MailTemplates/VerifyDelete.cshtml
2017-08-09 22:55:52 -04:00

10 lines
351 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="@Raw(Model.Url)" target="_blank" clicktracking=off>@Model.Url</a></p>