1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-24 22:32:22 -05:00
bitwarden/src/Core/Models/Mail/AdminResetPasswordViewModel.cs
2021-05-26 16:54:25 -05:00

9 lines
200 B
C#

namespace Bit.Core.Models.Mail
{
public class AdminResetPasswordViewModel : BaseMailModel
{
public string UserName { get; set; }
public string OrgName { get; set; }
}
}