1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-15 23:40:48 -05:00
bitwarden/src/Core/Models/Mail/UpdateTempPasswordViewModel.cs
2022-08-29 16:06:55 -04:00

7 lines
122 B
C#

namespace Bit.Core.Models.Mail;
public class UpdateTempPasswordViewModel
{
public string UserName { get; set; }
}