mirror of
https://github.com/bitwarden/server
synced 2025-12-19 17:53:44 +00:00
New mail services and implementations
This commit is contained in:
7
src/Core/Models/Mail/MasterPasswordHintViewModel.cs
Normal file
7
src/Core/Models/Mail/MasterPasswordHintViewModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class MasterPasswordHintViewModel : BaseMailModel
|
||||
{
|
||||
public string Hint { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user