Skip to content

Commit

Permalink
Move securityAlertsEnabled to PreferencesController in `SENTRY_BA…
Browse files Browse the repository at this point in the history
…CKGROUND_STATE`
  • Loading branch information
MajorLift committed Dec 5, 2024
1 parent 58d7085 commit 12fb2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/constants/sentry-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ export const SENTRY_BACKGROUND_STATE = {
seedPhraseBackedUp: true,
},
PPOMController: {
securityAlertsEnabled: false,
storageMetadata: [],
versionInfo: [],
},
Expand All @@ -223,6 +222,7 @@ export const SENTRY_BACKGROUND_STATE = {
PhishingController: {},
PreferencesController: {
advancedGasFee: true,
securityAlertsEnabled: false,
currentLocale: true,
dismissSeedBackUpReminder: true,
overrideContentSecurityPolicyHeader: true,
Expand Down

0 comments on commit 12fb2f3

Please sign in to comment.