使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
heuzef
/
lesspass
镜像自地址
https://github.com/lesspass/lesspass.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
67
百科
动态
浏览代码
Remove number in mobile application
pull/763/head
Guillaume Vincent
1年前
父节点
8c19c8d25b
当前提交
2675e42691
共有
1 个文件被更改
,包括
0 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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,
撰写
预览
正在加载...
取消
保存