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:
parent
3edd7887a4
commit
61437bae00
@ -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,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user