You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not all claims are eligible for submission, they should not match inputDescriptor. Therefore, the condition of the if statement should be as follows.
if !matchingDisclosures.isEmpty && !matchingDisclosures.allSatisfy({!$0.isSubmit && !$0.isUserSelectable}){
...
}
The text was updated successfully, but these errors were encountered:
OWND-Wallet-iOS/tw2023_wallet/Services/OID/PresentationExchange.swift
Line 101 in f7a0260
If not all claims are eligible for submission, they should not match inputDescriptor. Therefore, the condition of the if statement should be as follows.
The text was updated successfully, but these errors were encountered: