1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-13 09:08:17 -05:00
bitwarden/src/Core/MailTemplates/VerifyDelete.text.cshtml
2017-08-09 22:55:52 -04:00

11 lines
278 B
Plaintext

@model Bit.Core.Models.Mail.VerifyDeleteModel
@{
Layout = "_BasicMailLayout.text";
}
Click the link below to delete your bitwarden
account (@Raw(Model.Email)). If you did not request
this email to delete your bitwarden account,
you can safely ignore it.
@Raw(Model.Url)