icecat: add release icecat-140.7.0-1gnu1 for aramo
This commit is contained in:
parent
17ba0259bf
commit
86c0c0ca33
156 changed files with 9131 additions and 4525 deletions
|
|
@ -659,6 +659,8 @@ void PublicKeyCredential::ParseCreationOptionsFromJSON(
|
|||
aResult.mAuthenticatorSelection = aOptions.mAuthenticatorSelection.Value();
|
||||
}
|
||||
|
||||
aResult.mHints = aOptions.mHints;
|
||||
|
||||
aResult.mAttestation = aOptions.mAttestation;
|
||||
|
||||
if (aOptions.mExtensions.WasPassed()) {
|
||||
|
|
@ -752,6 +754,8 @@ void PublicKeyCredential::ParseRequestOptionsFromJSON(
|
|||
|
||||
aResult.mUserVerification = aOptions.mUserVerification;
|
||||
|
||||
aResult.mHints = aOptions.mHints;
|
||||
|
||||
if (aOptions.mExtensions.WasPassed()) {
|
||||
if (aOptions.mExtensions.Value().mAppid.WasPassed()) {
|
||||
aResult.mExtensions.mAppid.Construct(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue