Skip to content

Commit 8518584

Browse files
author
chivehao
committed
build: 更新密码长度限制
1 parent dca6fc7 commit 8518584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/configMapSchemas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
value: '$apiPassword'
1818
label: '密码'
1919
help: '您alist的密码,用于申请Token访问令牌。'
20-
validation: 'required|length:5,36'
20+
validation: 'required|length:1,50'
2121

2222
- $cmp: 'FormKit'
2323
props:

0 commit comments

Comments
 (0)