Skip to content

Commit

Permalink
chore: add feature toggle for partial save
Browse files Browse the repository at this point in the history
  • Loading branch information
dbajpeyi committed Dec 17, 2024
1 parent dd67b1e commit 0e3ef93
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": "disabled"
},
"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 0e3ef93

Please sign in to comment.