This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch 1.3.6-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/1.3.6-prepare by this push:
new 208e578 [1.3.6-prepare][Fix-4674][UI]:Fix tips error when login with
username and without password #4728 (#5076)
208e578 is described below
commit 208e578170cec5d20e30722e6614fd3420b8c506
Author: Shiwen Cheng <[email protected]>
AuthorDate: Wed Mar 17 15:45:19 2021 +0800
[1.3.6-prepare][Fix-4674][UI]:Fix tips error when login with username and
without password #4728 (#5076)
---
dolphinscheduler-ui/src/js/conf/login/App.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dolphinscheduler-ui/src/js/conf/login/App.vue
b/dolphinscheduler-ui/src/js/conf/login/App.vue
index 8d06592..14e9efc 100644
--- a/dolphinscheduler-ui/src/js/conf/login/App.vue
+++ b/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>