From 148a730646b4cfcef4b34978209772bb7e2aeb6e Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Tue, 3 Dec 2024 15:43:12 +0545 Subject: [PATCH] feat: Set default profile proof type to jwt #3147 --- 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 14e7fea59..98de700f5 100644 --- a/lib/dashboard/profile/models/profile.dart +++ b/lib/dashboard/profile/models/profile.dart @@ -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,