mirror of
https://github.com/bitwarden/server.git
synced 2025-04-13 09:08:17 -05:00
11 lines
278 B
Plaintext
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)
|