Skip to content

Commit

Permalink
feat: Added the rule url
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Aug 28, 2023
1 parent 455948d commit 0ab9bc3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class CredentialManifestPickCubit extends Cubit<CredentialManifestPickState> {
required bool? isJwtVpInJwtVCRequired,
}) {
if (presentationDefinition.submissionRequirements != null) {
/// https://identity.foundation/presentation-exchange/#presentation-definition-extensions
final inputDescriptors = List.of(presentationDefinition.inputDescriptors);

final newInputDescriptor = <InputDescriptor>[];
Expand Down
12 changes: 8 additions & 4 deletions lib/l10n/untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,8 @@
"pleaseInsertTheSecredCodeReceived",
"userConsentForIssuerAccess",
"userConsentForVerifierAccess",
"userPINCodeForAuthentication"
"userPINCodeForAuthentication",
"youcanSelectOnlyXCredential"
],

"es": [
Expand Down Expand Up @@ -1696,7 +1697,8 @@
"pleaseInsertTheSecredCodeReceived",
"userConsentForIssuerAccess",
"userConsentForVerifierAccess",
"userPINCodeForAuthentication"
"userPINCodeForAuthentication",
"youcanSelectOnlyXCredential"
],

"fr": [
Expand Down Expand Up @@ -1849,7 +1851,8 @@
"pleaseInsertTheSecredCodeReceived",
"userConsentForIssuerAccess",
"userConsentForVerifierAccess",
"userPINCodeForAuthentication"
"userPINCodeForAuthentication",
"youcanSelectOnlyXCredential"
],

"it": [
Expand Down Expand Up @@ -2699,6 +2702,7 @@
"pleaseInsertTheSecredCodeReceived",
"userConsentForIssuerAccess",
"userConsentForVerifierAccess",
"userPINCodeForAuthentication"
"userPINCodeForAuthentication",
"youcanSelectOnlyXCredential"
]
}

0 comments on commit 0ab9bc3

Please sign in to comment.