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,