From e52828131639b572bfbe165a24141509ffd4b5be Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Fri, 29 Mar 2024 13:56:44 +0545 Subject: [PATCH] Security level high for OWF #2540 --- 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 3007124e1..a473b1074 100644 --- a/lib/dashboard/profile/models/profile.dart +++ b/lib/dashboard/profile/models/profile.dart @@ -246,7 +246,7 @@ class ProfileModel extends Equatable { oidc4vciDraft: OIDC4VCIDraftType.draft13, oidc4vpDraft: OIDC4VPDraftType.draft18, scope: false, - securityLevel: false, + securityLevel: true, proofHeader: ProofHeaderType.kid, siopv2Draft: SIOPV2DraftType.draft12, clientType: ClientType.did,