From 3a685ee4e3a1e5011030bcd6f12a7e6ab3614cfa Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 2 Jul 2021 11:26:26 +0800 Subject: [PATCH] =?UTF-8?q?Ne-800=20=EF=BC=9A=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20=E4=BB=A5=E5=8F=8A=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E7=9A=84=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/config/system.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/page/config/system.vue b/nezha-fronted/src/components/page/config/system.vue index 3c04e0564..0e7c6a7d0 100644 --- a/nezha-fronted/src/components/page/config/system.vue +++ b/nezha-fronted/src/components/page/config/system.vue @@ -434,6 +434,7 @@ export default { localStorage.setItem('nz-sys-terminal-record-local-retention', this.terminal.terminal_record_local_retention) } if (type == 'email') { + this.email.email_auth_password = '' this.$refs.emailForm.clearValidate() } this[type + 'Copy'] = Object.assign({}, this[type])