mirror of
https://github.com/bitwarden/server
synced 2026-02-07 12:13:33 +00:00
Update src/Core/Auth/Models/Api/Request/Accounts/RegisterFinishRequestModel.cs
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
57f69ad2cf
commit
4f81d75292
@@ -21,7 +21,7 @@ public class RegisterFinishRequestModel : IValidatableObject
|
||||
public required string Email { get; set; }
|
||||
public string? EmailVerificationToken { get; set; }
|
||||
|
||||
public MasterPasswordAuthenticationData? MasterPasswordAuthenticationData { get; set; }
|
||||
public MasterPasswordAuthenticationData? MasterPasswordAuthentication { get; set; }
|
||||
public MasterPasswordUnlockData? MasterPasswordUnlockData { get; set; }
|
||||
|
||||
// PM-28143 - Remove property below (made optional during migration to MasterPasswordUnlockData)
|
||||
|
||||
Reference in New Issue
Block a user