Browse Source

fix bug "Password display in plain text"

pull/3/MERGE
mzjnumber1@163.com 4 years ago committed by gaojun2048
parent
commit
e8f0fcbbf2
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/createUser.vue

2
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>

Loading…
Cancel
Save