Skip to content

Commit

Permalink
feat: Support all formats for diipv3 profile #3043
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Oct 31, 2024
1 parent e1ac093 commit c87dd4c
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 @@ -363,7 +363,7 @@ class ProfileModel extends Equatable {
clientType: ClientType.did,
clientId: clientId,
clientSecret: clientSecret,
vcFormatType: VCFormatType.vcSdJWT,
vcFormatType: VCFormatType.auto,
proofType: ProofType.jwt,
),
),
Expand Down

0 comments on commit c87dd4c

Please sign in to comment.