mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[PM-4773] Google Passkey workarounds (#6847)
* Update fido2-client.service.ts * Update fido2-client.service.ts * Update fido2-authenticator.service.ts * Revert fido2-client.service.ts * Update fido2-authenticator.service.ts * Revert fido2-authenticator.service.ts * Use usb transport again * Update fido2-authenticator.service.ts * Update fido2-client.service.ts --------- Co-authored-by: SmithThe4th <gsmith@bitwarden.com>
This commit is contained in:
@@ -196,7 +196,7 @@ export class Fido2ClientService implements Fido2ClientServiceAbstraction {
|
|||||||
authData: Fido2Utils.bufferToString(makeCredentialResult.authData),
|
authData: Fido2Utils.bufferToString(makeCredentialResult.authData),
|
||||||
clientDataJSON: Fido2Utils.bufferToString(clientDataJSONBytes),
|
clientDataJSON: Fido2Utils.bufferToString(clientDataJSONBytes),
|
||||||
publicKeyAlgorithm: makeCredentialResult.publicKeyAlgorithm,
|
publicKeyAlgorithm: makeCredentialResult.publicKeyAlgorithm,
|
||||||
transports: ["internal"],
|
transports: params.rp.id === "google.com" ? ["internal", "usb"] : ["internal"],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user