mirror of
https://github.com/bitwarden/server
synced 2025-12-28 22:23:30 +00:00
8 lines
278 B
Plaintext
8 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)
|