Skip to content

Commit 11eebd3

Browse files
authored
Enable feature for showing password promo in management screen (#6339)
Task/Issue URL: https://app.asana.com/1/137249556945/project/608920331025315/task/1210712811013384?focus=true ### Description Enables the password import promo in management screen by default. ### Steps to test this PR QA optional Co-authored-by: Craig Russell <[email protected]>
1 parent 7814eb6 commit 11eebd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autofill/autofill-api/src/main/java/com/duckduckgo/autofill/api/AutofillFeature.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ interface AutofillFeature {
152152
@Toggle.DefaultValue(defaultValue = DefaultFeatureValue.TRUE)
153153
fun createAsyncPreferences(): Toggle
154154

155-
@Toggle.DefaultValue(defaultValue = DefaultFeatureValue.INTERNAL)
155+
@Toggle.DefaultValue(defaultValue = DefaultFeatureValue.TRUE)
156156
fun canPromoteImportPasswordsInPasswordManagement(): Toggle
157157
}

0 commit comments

Comments
 (0)