From c4018429068e8063c4f7b3be9a31c877fd26209b Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Sun, 30 Jul 2023 12:24:07 +0800 Subject: [PATCH] fix(SMTPToken): disable password auto complete --- web/src/components/SystemSetting.js | 2 ++ 1 file changed, 2 insertions(+) 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='敏感信息不会发送到前端显示' />