Skip to content

Commit

Permalink
bug fix in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed May 16, 2024
1 parent b98e337 commit 6d6142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/shared/helper_functions/helper_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,7 @@ List<String> getStringCredentialsForToken({
presentJwtVc = false;
presentJwtVcJson = true;
presentVcSdJwt = false;
} else if (presentJwtVc && vcFormatType == VCFormatType.vcSdJWT) {
} else if (presentVcSdJwt && vcFormatType == VCFormatType.vcSdJWT) {
presentLdpVc = false;
presentJwtVc = false;
presentJwtVcJson = false;
Expand Down

0 comments on commit 6d6142c

Please sign in to comment.