1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-27 14:24:56 -05:00
bitwarden/src/Core/MailTemplates/Razor/VerifyEmail.text.cshtml
2017-08-16 10:59:13 -04:00

11 lines
284 B
Plaintext

@model Bit.Core.Models.Mail.VerifyEmailModel
@{
Layout = "_BasicMailLayout.text";
}
Verify this email address for your bitwarden
account by clicking the following link. If you
did not request this email to verify a bitwarden
account, you can safely ignore it.
@Raw(Model.Url)