Skip to content

Commit

Permalink
Enable auto-tapping on import password flow when not signed in (#2594)
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Russell <1336281+CDRussell@users.noreply.github.com>
  • Loading branch information
CDRussell and CDRussell authored Dec 18, 2024
1 parent aa35178 commit 9c7a497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"op": "add",
"value": {
"settingsButton": {
"shouldAutotap": false,
"shouldAutotap": true,
"path": "/",
"selectors": ["a[href*='options']"],
"labelTexts": ["Password options"]
Expand All @@ -444,7 +444,7 @@
"labelTexts": ["Export"]
},
"signInButton": {
"shouldAutotap": false,
"shouldAutotap": true,
"path": "/intro",
"selectors": ["a[href*='ServiceLogin'][target='_top']"],
"labelTexts": ["Sign in"]
Expand Down

0 comments on commit 9c7a497

Please sign in to comment.