瀏覽代碼

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,


Loading…
取消
儲存