This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Remove number in mobile application
pull/763/head
Guillaume Vincent
1 year ago
parent
8c19c8d25b
commit
2675e42691
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mobile/src/password/PasswordGeneratorScreen.js
+ 0
- 1
mobile/src/password/PasswordGeneratorScreen.js
View File
@@ -51,7 +51,6 @@ function _getPasswordProfile(state) {
login: state.login,
lowercase: state.lowercase,
uppercase: state.uppercase,
number: state.digits,
digits: state.digits,
symbols: state.symbols,
length: state.length,
Write
Preview
Loading…
Cancel
Save