Procházet zdrojové kódy

Remove number in mobile application

pull/763/head
Guillaume Vincent před 1 rokem
rodič
revize
2675e42691
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      mobile/src/password/PasswordGeneratorScreen.js

+ 0
- 1
mobile/src/password/PasswordGeneratorScreen.js Zobrazit soubor

@@ -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,


Načítá se…
Zrušit
Uložit