fix(系统): 认证测试登录密码框长度限制

--bug=1039194 --user=王旭 【系统设置】系统-系统参数-认证设置-添加/编辑认证-测试登录-密码框长度限制64字符 https://www.tapd.cn/55049933/s/1496270
This commit is contained in:
WangXu10 2024-04-15 10:21:33 +08:00 committed by 刘瑞斌
parent 9b64388cfb
commit e517846a46
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@
v-model:model-value="LDAPForm.password"
:placeholder="t('system.config.auth.testLoginPasswordPlaceholder')"
autocomplete="new-password"
:max-length="64"
/>
</a-form-item>
</a-form>