mirror of
https://github.com/bitwarden/server
synced 2026-01-04 09:33:40 +00:00
10 lines
351 B
Plaintext
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>
|