From 03ac3b42b21f4113cae81feaeb63f1c0f51ccd8e Mon Sep 17 00:00:00 2001 From: Alleria Windrunner <42635220+AlleriaWindrunner@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:12:08 +0800 Subject: [PATCH] Fix(UI):Fix tips error when login with username and without password. (#4728) Replace isUserPassword to isUserName on the label that userNameText error tip. --- 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 3eaf4d14b4..8292932252 100644 --- a/dolphinscheduler-ui/src/js/conf/login/App.vue +++ b/dolphinscheduler-ui/src/js/conf/login/App.vue @@ -31,7 +31,7 @@ @keyup.enter.native="_ok"> -

+

{{userNameText}}