ソースを参照

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,


読み込み中…
キャンセル
保存