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