Skip to content

Commit

Permalink
dafault oidc4vcType: OIDC4VCType.EBSIV3
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed Aug 25, 2023
1 parent 7a6816b commit 3b5e262
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 @@ -46,7 +46,7 @@ class ProfileModel extends Equatable {
userConsentForVerifierAccess: true,
userPINCodeForAuthentication: true,
tezosNetwork: TezosNetwork.mainNet(),
oidc4vcType: OIDC4VCType.EBSIV2,
oidc4vcType: OIDC4VCType.EBSIV3,
);

final String firstName;
Expand Down

0 comments on commit 3b5e262

Please sign in to comment.