浏览代码

Remove number in mobile application

pull/763/head
Guillaume Vincent 1年前
父节点
当前提交
2675e42691
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      mobile/src/password/PasswordGeneratorScreen.js

+ 0
- 1
mobile/src/password/PasswordGeneratorScreen.js 查看文件

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


正在加载...
取消
保存