Skip to content

Commit

Permalink
chore: add feature toggle for partial save (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbajpeyi authored Dec 18, 2024
1 parent c2214f3 commit b834e75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@
"canIntegrateWebMessageBasedAutofillInWebView": {
"state": "disabled"
},
"partialFormSaves": {
"state": "enabled"
},
"onByDefault": {
"state": "enabled",
"rollout": {
Expand Down
3 changes: 3 additions & 0 deletions overrides/windows-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
},
"credentialsImportPromotionForExistingUsers": {
"state": "enabled"
},
"partialFormSaves": {
"state": "disabled"
}
}
},
Expand Down

0 comments on commit b834e75

Please sign in to comment.