mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
updated authrequestId to string to allow null value from client (#2350)
This commit is contained in:
@@ -204,7 +204,7 @@ public class TwoFactorEmailRequestModel : SecretVerificationRequestModel
|
||||
|
||||
public string DeviceIdentifier { get; set; }
|
||||
|
||||
public Guid AuthRequestId { get; set; }
|
||||
public string AuthRequestId { get; set; }
|
||||
|
||||
public User ToUser(User extistingUser)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user