1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

updated authrequestId to string to allow null value from client (#2350)

This commit is contained in:
Gbubemi Smith
2022-10-19 06:37:18 -06:00
committed by GitHub
parent 07a091503c
commit f445edb315
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{