Skip to content

Commit

Permalink
Security level high for OWF #2540
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Mar 29, 2024
1 parent e4d9f76 commit e528281
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 @@ -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,
Expand Down

0 comments on commit e528281

Please sign in to comment.