Browse Source

[1.3.6-prepare][Fix-4674][UI]:Fix tips error when login with username and without password #4728 (#5076)

1.3.6-release
Shiwen Cheng 3 years ago committed by GitHub
parent
commit
208e578170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/js/conf/login/App.vue

2
dolphinscheduler-ui/src/js/conf/login/App.vue

@ -32,7 +32,7 @@
@on-enterkey="_ok">
</x-input>
</div>
<p class="error" v-if="isUserPassword">
<p class="error" v-if="isUserName">
{{userNameText}}
</p>
</div>

Loading…
Cancel
Save