소스 검색

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,


불러오는 중...
취소
저장