From b7f79e8f086b9eb46a3de440946823079d62075c Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Fri, 23 Feb 2024 12:59:31 +0545 Subject: [PATCH] Profile DEFAULT : set credential manifest support to OFF #2432 --- lib/dashboard/profile/models/profile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dashboard/profile/models/profile.dart b/lib/dashboard/profile/models/profile.dart index 8bd7c244f..2b76f444d 100644 --- a/lib/dashboard/profile/models/profile.dart +++ b/lib/dashboard/profile/models/profile.dart @@ -101,7 +101,7 @@ class ProfileModel extends Equatable { displayManageDecentralizedId: true, customOidc4vcProfile: CustomOidc4VcProfile( clientAuthentication: ClientAuthentication.clientId, - credentialManifestSupport: true, + credentialManifestSupport: false, cryptoHolderBinding: false, defaultDid: Parameters.didKeyTypeForDefault, oidc4vciDraft: OIDC4VCIDraftType.draft11,