1
0
mirror of https://github.com/bitwarden/server synced 2026-01-03 09:03:44 +00:00
Files
server/src/Core/MailTemplates/MasterPasswordHint.cshtml
2017-05-30 17:19:46 -04:00

9 lines
374 B
Plaintext

@model Bit.Core.Models.Mail.MasterPasswordHintViewModel
@{
Layout = "_BasicMailLayout";
}
<p>You (or someone) recently requested your master password hint.</p>
<p>Your hint is: "@Model.Hint"</p>
<p>Login: <a href="@Model.WebVaultUrl" target="_blank">@Model.WebVaultUrl</a></p>
<p>If you did not request your master password hint you can safely ignore this email.</p>