fix(扫码登录): 扩大密码登录输入框的限制长度

This commit is contained in:
guoyuqi 2024-09-26 17:45:10 +08:00 committed by Yuki Guo
parent f0ace86afb
commit 06f4e4d999
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
:placeholder="$t('commons.password')"
show-password
autocomplete="off"
maxlength="30"
maxlength="65"
show-word-limit />
</el-form-item>
</el-form>