Skip to content

Commit

Permalink
Updates internal user flag to reset state (#2438)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/547792610048271/1206524375402369/f

Description:

Prevent debug menu from showing to non-internal users.
Reset internal user state for all users.
  • Loading branch information
afterxleep authored Feb 5, 2024
1 parent 8668127 commit 68b5af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/UserDefaultsPropertyWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public struct UserDefaultsWrapper<T> {
case autofillCredentialsHasBeenEnabledAutomaticallyIfNecessary =
"com.duckduckgo.ios.autofillCredentialsHasBeenEnabledAutomaticallyIfNecessary"

case featureFlaggingDidVerifyInternalUser = "com.duckduckgo.app.featureFlaggingDidVerifyInternalUser"
// .v2 suffix added to fix https://app.asana.com/0/547792610048271/1206524375402369/f
case featureFlaggingDidVerifyInternalUser = "com.duckduckgo.app.featureFlaggingDidVerifyInternalUser.v2"

case voiceSearchEnabled = "com.duckduckgo.app.voiceSearchEnabled"

Expand Down

0 comments on commit 68b5af1

Please sign in to comment.