From b620030dd4aaf9d09a9483c10f34342acf69f855 Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Thu, 28 Nov 2024 16:56:22 +0545 Subject: [PATCH] feat: Remove issuer of verifiable id in ebsi v4.0 #3121 --- 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 bebf75a8e..14e7fea59 100644 --- a/lib/dashboard/profile/models/profile.dart +++ b/lib/dashboard/profile/models/profile.dart @@ -138,7 +138,7 @@ class ProfileModel extends Equatable { displayChainborn: false, displayTezotopia: false, displayVerifiableId: false, - displayVerifiableIdJwt: true, + displayVerifiableIdJwt: false, displayOver65: false, displayEmailPass: false, displayEmailPassJwt: false,