mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 03:37:46 +08:00
Fix(UI):Fix tips error when login with username and without password. (#4728)
Replace isUserPassword to isUserName on the label that userNameText error tip.
This commit is contained in:
parent
743975cc5f
commit
03ac3b42b2
@ -31,7 +31,7 @@
|
||||
@keyup.enter.native="_ok">
|
||||
</el-input>
|
||||
</div>
|
||||
<p class="error" v-if="isUserPassword">
|
||||
<p class="error" v-if="isUserName">
|
||||
{{userNameText}}
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user