Skip to content

Commit

Permalink
Point feature flag to privacy config
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Oct 15, 2024
1 parent c62145d commit 056027d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"branch" : "graeme/enable-import-prompt-for-all-users",
"revision" : "e8ed69ecc6a2b9c2490a076dac6eae223469f8a9"
"revision" : "7c0f43936fd879b4bfce6b4c9fc46f3526b5fc8f"
}
},
{
Expand All @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/duckduckgo-autofill.git",
"state" : {
"branch" : "dbajpeyi/feature/dismiss-password-import-flow",
"revision" : "cc23669514be5c2b9ec167a706dd20aeadb8c444"
"branch" : "dbajpeyi/remove-get-available-input-types-caching",
"revision" : "b7f60f08bdf1a3ad7f35507c19ff411cd474d4a5"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/FeatureFlagging/Model/FeatureFlag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extension FeatureFlag: FeatureFlagSourceProviding {
case .highlightsOnboarding:
return .internalOnly
case .credentialsImportPromotionForExistingUsers:
return .internalOnly
return .remoteReleasable(.subfeature(AutofillSubfeature.credentialsImportPromotionForExistingUsers))
}
}
}
Expand Down

0 comments on commit 056027d

Please sign in to comment.