1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 02:03:46 +00:00
Files
server/src/Core/Models/Mail/MasterPasswordHintViewModel.cs
2017-05-30 17:19:46 -04:00

8 lines
152 B
C#

namespace Bit.Core.Models.Mail
{
public class MasterPasswordHintViewModel : BaseMailModel
{
public string Hint { get; set; }
}
}