1
0
mirror of https://github.com/bitwarden/mobile synced 2026-02-05 11:03:16 +00:00

Small remark

This commit is contained in:
Anders Åberg
2023-11-23 09:44:36 +01:00
parent f013f69669
commit 5a345a60e7

View File

@@ -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;
}