Browse Source

KERNEL-6272 feat: FTP,数据连接等系统管理配置密码的地方需要屏蔽记住密码功能

release/10.0
qiucong 4 years ago
parent
commit
1feaa2ec4b
  1. 1
      src/modules/pages/maintain/forms/components/form.jdbc.ts

1
src/modules/pages/maintain/forms/components/form.jdbc.ts

@ -260,6 +260,7 @@ export class FormJdbc extends BI.Widget {
allowBlank: true,
value: password,
inputType: 'password',
autocomplete: 'new-password',
watermark: BI.i18nText('Dec-Dcm_Connection_Form_Password'),
ref: (_ref: any) => {
this.form.password = _ref;

Loading…
Cancel
Save