mirror of
https://github.com/PlayEdu/backend
synced 2025-12-30 05:19:53 +08:00
管理人员密码禁止浏览器自动填入
This commit is contained in:
@@ -148,6 +148,7 @@ export const SystemAdministratorCreate: React.FC<PropInterface> = ({
|
||||
rules={[{ required: true, message: "请输入登录密码!" }]}
|
||||
>
|
||||
<Input.Password
|
||||
autoComplete="off"
|
||||
allowClear
|
||||
style={{ width: 200 }}
|
||||
placeholder="请输入登录密码"
|
||||
|
||||
Reference in New Issue
Block a user