Skip to content

Commit

Permalink
chore: add JS shared files for password generator
Browse files Browse the repository at this point in the history
  • Loading branch information
issammani committed Sep 10, 2024
1 parent dfcf003 commit 9d807d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions firefox-ios/Client/Assets/CC_Script/CC_Python_Update.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
"toolkit/components/passwordmgr/LoginManager.shared.mjs",
"toolkit/components/formautofill/Overrides.ios.js",
"toolkit/modules/third_party/fathom/fathom.mjs",
"toolkit/components/passwordmgr/shared/LoginFormFactory.sys.mjs",
"toolkit/components/passwordmgr/shared/NewPasswordModel.sys.mjs",
"toolkit/components/passwordmgr/shared/PasswordGenerator.sys.mjs ",
"toolkit/components/passwordmgr/shared/PasswordRulesParser.sys.mjs",
"toolkit/components/passwordmgr/LoginManager.shared.sys.mjs",
]


Expand Down

0 comments on commit 9d807d2

Please sign in to comment.