1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Anders Åberg
5a345a60e7 Small remark 2023-11-23 09:44:36 +01:00

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