1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-15 16:39:10 -05:00
bitwarden/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>