icecat: add release icecat-140.7.0-1gnu1 for ecne
This commit is contained in:
parent
7d0f5dab3b
commit
30225f2e73
156 changed files with 9131 additions and 4525 deletions
|
|
@ -392,7 +392,7 @@ already_AddRefed<Promise> WebAuthnHandler::MakeCredential(
|
|||
|
||||
WebAuthnMakeCredentialInfo info(rpId, challenge, adjustedTimeout, excludeList,
|
||||
rpInfo, userInfo, coseAlgos, extensions,
|
||||
authSelection, attestation);
|
||||
authSelection, attestation, aOptions.mHints);
|
||||
|
||||
// Set up the transaction state. Fallible operations should not be performed
|
||||
// below this line, as we must not leave the transaction state partially
|
||||
|
|
@ -666,7 +666,7 @@ already_AddRefed<Promise> WebAuthnHandler::GetAssertion(
|
|||
|
||||
WebAuthnGetAssertionInfo info(
|
||||
rpId, maybeAppId, challenge, adjustedTimeout, allowList, extensions,
|
||||
aOptions.mUserVerification, aConditionallyMediated);
|
||||
aOptions.mUserVerification, aConditionallyMediated, aOptions.mHints);
|
||||
|
||||
// Set up the transaction state. Fallible operations should not be performed
|
||||
// below this line, as we must not leave the transaction state partially
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue