Skip to content

Commit

Permalink
feat: Set default profile proof type to jwt #3147
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Dec 3, 2024
1 parent e131dcb commit 148a730
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 @@ -241,7 +241,7 @@ class ProfileModel extends Equatable {
clientId: clientId,
clientSecret: clientSecret,
vcFormatType: VCFormatType.auto,
proofType: ProofType.ldpVp,
proofType: ProofType.jwt,
formatsSupported: const [
VCFormatType.jwtVcJson,
VCFormatType.jwtVcJsonLd,
Expand Down

0 comments on commit 148a730

Please sign in to comment.