Unverified Commit a5e4566e authored by xingchun-chen's avatar xingchun-chen Committed by GitHub
Browse files

Merge pull request #2556 from muzhongjiang/dev

fix bug "Password display in plain text"(修复密码明文显示问题)
parents c94748a6 54fc1479
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>