diff --git a/web/src/components/SystemSetting.js b/web/src/components/SystemSetting.js index 062014d1..01af5801 100644 --- a/web/src/components/SystemSetting.js +++ b/web/src/components/SystemSetting.js @@ -306,6 +306,8 @@ const SystemSetting = () => { label='SMTP 访问凭证' name='SMTPToken' onChange={handleInputChange} + type='password' + autoComplete='new-password' checked={inputs.RegisterEnabled === 'true'} placeholder='敏感信息不会发送到前端显示' />