瀏覽代碼

Merge pull request #2556 from muzhongjiang/dev

fix bug "Password display in plain text"(修复密码明文显示问题)
xingchun-chen 5 年之前
父節點
當前提交
a5e4566ed1

+ 1 - 1
dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/createUser.vue

@@ -37,7 +37,7 @@
           <template slot="name"><strong>*</strong>{{$t('Password')}}</template>
           <template slot="content">
             <x-input
-                    type="input"
+                    type="password"
                     v-model="userPassword"
                     :placeholder="$t('Please enter your password')">
             </x-input>