Skip to content

Commit

Permalink
build: 更新密码长度限制
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao committed Jul 13, 2024
1 parent dca6fc7 commit 8518584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/configMapSchemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
value: '$apiPassword'
label: '密码'
help: '您alist的密码,用于申请Token访问令牌。'
validation: 'required|length:5,36'
validation: 'required|length:1,50'

- $cmp: 'FormKit'
props:
Expand Down

0 comments on commit 8518584

Please sign in to comment.