fix(SMTPToken): disable password auto complete

This commit is contained in:
ckt1031 2023-07-30 12:24:07 +08:00
parent 7c011066d1
commit c401842906

View File

@ -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='敏感信息不会发送到前端显示'
/> />