mirror of
https://github.com/bitwarden/server.git
synced 2025-05-27 14:24:56 -05:00
10 lines
346 B
Plaintext
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>
|