Skip to content

Commit

Permalink
feat: Turn on confirmSecurityVerifierAccess for OWF profile #2558
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Apr 2, 2024
1 parent 4b3b769 commit 83080f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/dashboard/profile/models/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,12 @@ class ProfileModel extends Equatable {
),
settingsMenu: SettingsMenu.initial(),
version: '',
walletSecurityOptions: WalletSecurityOptions.initial(),
walletSecurityOptions: const WalletSecurityOptions(
confirmSecurityVerifierAccess: true,
displaySecurityAdvancedSettings: true,
secureSecurityAuthenticationWithPinCode: false,
verifySecurityIssuerWebsiteIdentity: false,
),
),
);

Expand Down

0 comments on commit 83080f2

Please sign in to comment.