mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01: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:
parent
b622c38c6f
commit
b988429822
@ -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"],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user