Skip to content

Commit

Permalink
Enable auth v2 on internal builds (#5346)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1205648422731273/1208900140619563/f

### Description

### Steps to test this PR

QA-optional

### No UI changes
  • Loading branch information
lmac012 authored Dec 4, 2024
1 parent 519cd5e commit f5eec73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import com.duckduckgo.data.store.api.SharedPreferencesProvider
import com.duckduckgo.di.scopes.AppScope
import com.duckduckgo.feature.toggles.api.RemoteFeatureStoreNamed
import com.duckduckgo.feature.toggles.api.Toggle
import com.duckduckgo.feature.toggles.api.Toggle.InternalAlwaysEnabled
import com.duckduckgo.feature.toggles.api.Toggle.State
import com.duckduckgo.navigation.api.GlobalActivityStarter
import com.duckduckgo.subscriptions.api.Product
Expand Down Expand Up @@ -143,6 +144,7 @@ interface PrivacyProFeature {
@Toggle.DefaultValue(false)
fun serpPromoCookie(): Toggle

@InternalAlwaysEnabled
@Toggle.DefaultValue(false)
fun authApiV2(): Toggle

Expand Down

0 comments on commit f5eec73

Please sign in to comment.