We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40edac commit b412f69Copy full SHA for b412f69
autofill/autofill-api/src/main/java/com/duckduckgo/autofill/api/AutofillFeature.kt
@@ -158,6 +158,6 @@ interface AutofillFeature {
158
@Toggle.DefaultValue(defaultValue = DefaultFeatureValue.INTERNAL)
159
fun passkeySupport(): Toggle
160
161
- @Toggle.DefaultValue(defaultValue = DefaultFeatureValue.INTERNAL)
+ @Toggle.DefaultValue(defaultValue = DefaultFeatureValue.TRUE)
162
fun canReAuthenticateGoogleLoginsAutomatically(): Toggle
163
}
0 commit comments