1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-08 00:01:28 +01:00

[EC-598] fix: flag saying authData doesnt contain attestation

This commit is contained in:
Andreas Coroiu 2023-03-31 16:27:21 +02:00
parent 3edd7887a4
commit 61437bae00
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A

View File

@ -351,7 +351,7 @@ async function generateAuthData(params: AuthDataParams) {
const flags = authDataFlags({
extensionData: false,
attestationData: false,
attestationData: params.keyPair != undefined,
userVerification: params.userVerification,
userPresence: params.userPresence,
});