mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 15:45:19 +08:00
7 lines
134 B
C#
7 lines
134 B
C#
namespace Bit.Core.Models.Mail;
|
|
|
|
public class MasterPasswordHintViewModel : BaseMailModel
|
|
{
|
|
public string Hint { get; set; }
|
|
}
|