Skip to content

Commit

Permalink
Verifier NETCETRA : wallet fails
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed May 30, 2024
1 parent fac636a commit 4994e51
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,16 +224,8 @@ class _SelectiveDisclosurePickViewState
if (encryptedValues != null) {
var newJwt = '${encryptedValues[0]}~';

// encryptedValues.removeAt(0);

final organizedDisclosure = selectiveDisclosure
.disclosureToContent.entries
.toList()
.map((element) => element.key)
.toList();

for (final index in selectedSDIndexInJWT) {
newJwt = '$newJwt${organizedDisclosure[index]}~';
newJwt = '$newJwt${encryptedValues[index + 1]}~';
}

// Key Binding JWT
Expand Down

0 comments on commit 4994e51

Please sign in to comment.