1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-24 22:32:22 -05:00
bitwarden/src/Core/Models/Mail/UpdateTempPasswordViewModel.cs
Vincent Salucci 46fa6f6673
[Reset Password v1] Update Temporary Password API (#1481)
* [Reset Password v1] Update Temporary Password API

* Fixed Noop interface
2021-07-22 09:20:14 -05:00

8 lines
140 B
C#

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