Skip to content

Commit

Permalink
Update DEFAULT profile settings #2450
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Mar 1, 2024
1 parent b6b7882 commit d472032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/dashboard/profile/models/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class ProfileModel extends Equatable {
clientId: clientId,
clientSecret: clientSecret,
vcFormatType: VCFormatType.jwtVc,
proofType: ProofType.jwt,
),
),
settingsMenu: SettingsMenu.initial(),
Expand Down Expand Up @@ -114,6 +115,7 @@ class ProfileModel extends Equatable {
clientId: clientId,
clientSecret: clientSecret,
vcFormatType: VCFormatType.ldpVc,
proofType: ProofType.ldpVp,
),
),
settingsMenu: SettingsMenu.initial(),
Expand Down Expand Up @@ -182,6 +184,7 @@ class ProfileModel extends Equatable {
clientId: clientId,
clientSecret: clientSecret,
vcFormatType: VCFormatType.jwtVcJson,
proofType: ProofType.jwt,
),
),
settingsMenu: SettingsMenu.initial(),
Expand Down Expand Up @@ -250,6 +253,7 @@ class ProfileModel extends Equatable {
clientId: clientId,
clientSecret: clientSecret,
vcFormatType: VCFormatType.vcSdJWT,
proofType: ProofType.jwt,
),
),
settingsMenu: SettingsMenu.initial(),
Expand Down

0 comments on commit d472032

Please sign in to comment.