Skip to content

Commit

Permalink
Profile DEFAULT : set credential manifest support to OFF #2432
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Feb 23, 2024
1 parent 2f2c04a commit b7f79e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dashboard/profile/models/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b7f79e8

Please sign in to comment.