Skip to content

Commit

Permalink
Disclosable child of undisclosable (#2912)
Browse files Browse the repository at this point in the history
* get a display

* deal properly with json value inside selective disclosure which has a claim

* Issuer metadata / display / type as "uri" to display as a link in the wallet
#2907

* use value_type for profiles default, DIIP 2.1 and DIPP 3
  • Loading branch information
hawkbee1 authored Sep 27, 2024
1 parent c2e126b commit 5088fea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class CredentialSubjectData extends StatelessWidget {
titleColor: Theme.of(context).colorScheme.onSurface,
valueColor: Theme.of(context).colorScheme.onSurface,
showVertically: showVertically,
type: value['value_type'].toString(),
);
}).toList(),
);
Expand Down

0 comments on commit 5088fea

Please sign in to comment.