Browse Source

Small remark

github-services/pull/2879/head
Anders Åberg 2 years ago
parent
commit
5a345a60e7
  1. 1
      src/Core/Models/Api/Fido2CredentialApi.cs

1
src/Core/Models/Api/Fido2CredentialApi.cs

@ -21,6 +21,7 @@ namespace Bit.Core.Models.Api @@ -21,6 +21,7 @@ namespace Bit.Core.Models.Api
RpName = fido2Key.RpName?.EncryptedString;
UserHandle = fido2Key.UserHandle?.EncryptedString;
UserName = fido2Key.UserName?.EncryptedString;
// Username is already implemented? But userDisplayName is missing?
Counter = fido2Key.Counter?.EncryptedString;
CreationDate = fido2Key.CreationDate;
}

Loading…
Cancel
Save