From 6d6142c57e47b254deeebe431f5edf181c87522b Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Thu, 16 May 2024 15:54:32 +0545 Subject: [PATCH] bug fix in the code --- lib/app/shared/helper_functions/helper_functions.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/shared/helper_functions/helper_functions.dart b/lib/app/shared/helper_functions/helper_functions.dart index dfbbd2b8d..1617c70f7 100644 --- a/lib/app/shared/helper_functions/helper_functions.dart +++ b/lib/app/shared/helper_functions/helper_functions.dart @@ -1889,7 +1889,7 @@ List 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;