Commit a05f547a authored by 邓超's avatar 邓超

fix: 修改密码输入形式

parent aa4ad5b5
Pipeline #55147 passed with stages
......@@ -125,7 +125,7 @@ const ChangePasswordModal = props => {
{ required: true },
]}
>
<Input placeholder="请输入新密码" autoComplete="off" maxLength="16" />
<Input.Password placeholder="请输入新密码" autoComplete="off" maxLength="16" />
</Form.Item>
<Form.Item
name="passwordConfirm"
......@@ -138,7 +138,7 @@ const ChangePasswordModal = props => {
{ required: true },
]}
>
<Input placeholder="再次确认新密码" autoComplete="off" maxLength="16" />
<Input.Password placeholder="再次确认新密码" autoComplete="off" maxLength="16" />
</Form.Item>
</Form>
</Modal>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment