1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

PM-4881: Added UserName to server models. (#3459)

This commit is contained in:
Anders Åberg
2023-11-23 10:27:43 +01:00
committed by GitHub
parent c2dbeb4608
commit 4e8284cf81
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@ public class CipherLoginFido2CredentialData
public string RpId { get; set; }
public string RpName { get; set; }
public string UserHandle { get; set; }
public string UserName { get; set; }
public string UserDisplayName { get; set; }
public string Counter { get; set; }
public string Discoverable { get; set; }