fix(SMTPToken): disable password auto complete
This commit is contained in:
parent
7c011066d1
commit
c401842906
@ -306,6 +306,8 @@ const SystemSetting = () => {
|
|||||||
label='SMTP 访问凭证'
|
label='SMTP 访问凭证'
|
||||||
name='SMTPToken'
|
name='SMTPToken'
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
|
type='password'
|
||||||
|
autoComplete='new-password'
|
||||||
checked={inputs.RegisterEnabled === 'true'}
|
checked={inputs.RegisterEnabled === 'true'}
|
||||||
placeholder='敏感信息不会发送到前端显示'
|
placeholder='敏感信息不会发送到前端显示'
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user