mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -05:00
10 lines
361 B
Plaintext
10 lines
361 B
Plaintext
@model Bit.Core.Models.Mail.VerifyEmailModel
|
|
@{
|
|
Layout = "_BasicMailLayout";
|
|
}
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p><a href="@Raw(Model.Url)" target="_blank" clicktracking=off>@Model.Url</a></p>
|