Explorar el Código

Remove number in mobile application

pull/763/head
Guillaume Vincent hace 1 año
padre
commit
2675e42691
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      mobile/src/password/PasswordGeneratorScreen.js

+ 0
- 1
mobile/src/password/PasswordGeneratorScreen.js Ver fichero

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


Cargando…
Cancelar
Guardar