mirror of
https://github.com/PlayEdu/backend
synced 2025-07-13 00:02:44 +08:00
管理人员密码禁止浏览器自动填入
This commit is contained in:
parent
d39c11ad98
commit
0461573e7f
@ -148,6 +148,7 @@ export const SystemAdministratorCreate: React.FC<PropInterface> = ({
|
|||||||
rules={[{ required: true, message: "请输入登录密码!" }]}
|
rules={[{ required: true, message: "请输入登录密码!" }]}
|
||||||
>
|
>
|
||||||
<Input.Password
|
<Input.Password
|
||||||
|
autoComplete="off"
|
||||||
allowClear
|
allowClear
|
||||||
style={{ width: 200 }}
|
style={{ width: 200 }}
|
||||||
placeholder="请输入登录密码"
|
placeholder="请输入登录密码"
|
||||||
|
@ -152,6 +152,7 @@ export const SystemAdministratorUpdate: React.FC<PropInterface> = ({
|
|||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="密码" name="password">
|
<Form.Item label="密码" name="password">
|
||||||
<Input.Password
|
<Input.Password
|
||||||
|
autoComplete="off"
|
||||||
style={{ width: 200 }}
|
style={{ width: 200 }}
|
||||||
allowClear
|
allowClear
|
||||||
placeholder="请输入登录密码"
|
placeholder="请输入登录密码"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user