Skip to content

Commit

Permalink
feat: Update scope setup for diip profiles #2973
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Oct 18, 2024
1 parent 09d97ba commit ed57497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dashboard/profile/models/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class ProfileModel extends Equatable {
defaultDid: Parameters.didKeyTypeForDutch,
oidc4vciDraft: OIDC4VCIDraftType.draft13,
oidc4vpDraft: OIDC4VPDraftType.draft10,
scope: false,
scope: true,
securityLevel: true,
proofHeader: ProofHeaderType.kid,
siopv2Draft: SIOPV2DraftType.draft12,
Expand Down Expand Up @@ -356,7 +356,7 @@ class ProfileModel extends Equatable {
defaultDid: Parameters.didKeyTypeForOwfBaselineProfile,
oidc4vciDraft: OIDC4VCIDraftType.draft13,
oidc4vpDraft: OIDC4VPDraftType.draft18,
scope: false,
scope: true,
securityLevel: true,
proofHeader: ProofHeaderType.kid,
siopv2Draft: SIOPV2DraftType.draft12,
Expand Down

0 comments on commit ed57497

Please sign in to comment.