mirror of
https://github.com/bitwarden/server.git
synced 2025-05-27 22:34:54 -05:00
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
@model Bit.Core.Models.Mail.MasterPasswordHintViewModel
|
|
@{
|
|
Layout = "_BasicMailLayout.text";
|
|
}
|
|
You (or someone) recently requested your master password hint.
|
|
|
|
Your hint is: "@Model.Hint"
|
|
|
|
Login: @Model.WebVaultUrl
|
|
|
|
If you did not request your master password hint you can safely ignore this email.
|