mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Adjusted two factor recovery model and moved functionality to user service
This commit is contained in:
@ -5,6 +5,10 @@ namespace Bit.Api.Models
|
||||
{
|
||||
public class RecoverTwoFactorRequestModel
|
||||
{
|
||||
[Required]
|
||||
[EmailAddress]
|
||||
[StringLength(50)]
|
||||
public string Email { get; set; }
|
||||
[Required]
|
||||
public string MasterPasswordHash { get; set; }
|
||||
[Required]
|
||||
|
Reference in New Issue
Block a user