Files
server/src/Core/Models/Mail/MasterPasswordHintViewModel.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
134 B
C#
Raw Normal View History

2022-08-29 16:06:55 -04:00
namespace Bit.Core.Models.Mail;
public class MasterPasswordHintViewModel : BaseMailModel
2017-05-30 17:19:46 -04:00
{
2022-08-29 16:06:55 -04:00
public string Hint { get; set; }
2017-05-30 17:19:46 -04:00
}