Skip to content

Commit 3061070

Browse files
authored
Make auth v2 feature flags enabled by default (#6896)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1205648422731273/task/1211559664717436?focus=true ### Description In case there is an issue with fetching remote config, we should not fall back to using Auth v1. ### Steps to test this PR QA-optional ### No UI changes
1 parent 945d206 commit 3061070

File tree

1 file changed

+2
-2
lines changed
  • subscriptions/subscriptions-impl/src/main/java/com/duckduckgo/subscriptions/impl

1 file changed

+2
-2
lines changed

subscriptions/subscriptions-impl/src/main/java/com/duckduckgo/subscriptions/impl/RealSubscriptions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ interface PrivacyProFeature {
192192
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
193193
fun serpPromoCookie(): Toggle
194194

195-
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
195+
@Toggle.DefaultValue(DefaultFeatureValue.TRUE)
196196
fun authApiV2(): Toggle
197197

198198
@Toggle.DefaultValue(DefaultFeatureValue.FALSE)
@@ -227,7 +227,7 @@ interface PrivacyProFeature {
227227
* This flag will be used to select FE subscription messaging mode.
228228
* The value is added into GetFeatureConfig to allow FE to select the mode.
229229
*/
230-
@Toggle.DefaultValue(DefaultFeatureValue.INTERNAL)
230+
@Toggle.DefaultValue(DefaultFeatureValue.TRUE)
231231
fun enableSubscriptionFlowsV2(): Toggle
232232

233233
/**

0 commit comments

Comments
 (0)