mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
[PM-1317] Make fingerprint phrase property optional. (#2796)
This commit is contained in:
@@ -17,7 +17,6 @@ public class AuthRequestCreateRequestModel
|
||||
public string AccessCode { get; set; }
|
||||
[Required]
|
||||
public AuthRequestType? Type { get; set; }
|
||||
[Required]
|
||||
public string FingerprintPhrase { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user