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
the ProofRequestStatus screen is solely based on the disclosureStatus from the proofProvider
sendVcAndDisclosePayload actually seems to internally call setDisclosureStatus whether this is a good idea or not is another question)
handleProofVerified seems to be unrelated.
there IS a flow however where it will go to a screen that shows success when it fails but that is when it takes users to the ConfirmBelongingScreen when they are not registered yet.
Currently, the playground shows a green success animation when proof verification fails.
Looks like
proof_generation_failed
is never called, but insteadproof_verified
is called with a boolean passed byhandleProofVerified
.The text was updated successfully, but these errors were encountered: