调整默认用户密码策略

pull/82/head^2
awenes 2024-04-06 19:10:11 +08:00
parent af232e2287
commit 6fb29820ef
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ export default () => {
}
}}
submitter={{
render: (p, dom) => {
render: (_p, dom) => {
return <FooterToolbar>{dom}</FooterToolbar>;
},
resetButtonProps: {
@ -108,7 +108,7 @@ export default () => {
name={['passwordLeastLength']}
rules={[{ required: true }]}
>
<InputNumber min={8} max={10} />
<InputNumber min={6} max={30} />
</Form.Item>
</Col>
<Col xs={10} sm={10} md={8} lg={8} xl={6}>