mirror of
https://github.com/bitwarden/server
synced 2025-12-27 13:43:18 +00:00
14 lines
305 B
Plaintext
14 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.
|