mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
[EC-598] feat: fully implement createCredential
This commit is contained in:
@@ -137,7 +137,7 @@ export class Fido2AuthenticatorService implements Fido2AuthenticatorServiceAbstr
|
||||
);
|
||||
|
||||
return {
|
||||
credentialId: Fido2Utils.stringToBuffer(credentialId),
|
||||
credentialId: Utils.guidToRawFormat(credentialId),
|
||||
attestationObject,
|
||||
authData,
|
||||
publicKeyAlgorithm: -7,
|
||||
|
||||
Reference in New Issue
Block a user