mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
[EC-598] fix: some smaller bugs
This commit is contained in:
@@ -212,7 +212,7 @@ export class Fido2AuthenticatorService implements Fido2AuthenticatorServiceAbstr
|
||||
return {
|
||||
authenticatorData,
|
||||
selectedCredential: {
|
||||
id: selectedCredentialId,
|
||||
id: Utils.guidToRawFormat(selectedCredentialId),
|
||||
userHandle: Fido2Utils.stringToBuffer(selectedCipher.fido2Key.userHandle),
|
||||
},
|
||||
signature,
|
||||
|
||||
Reference in New Issue
Block a user