diff --git a/dolphinscheduler-ui/src/js/conf/login/App.vue b/dolphinscheduler-ui/src/js/conf/login/App.vue index 1d79008bc8..64221da86d 100644 --- a/dolphinscheduler-ui/src/js/conf/login/App.vue +++ b/dolphinscheduler-ui/src/js/conf/login/App.vue @@ -28,7 +28,7 @@ type="text" v-model="userName" :placeholder="$t('Please enter user name')" - maxlength="20" + maxlength="60" @on-enterkey="_ok"> @@ -62,6 +62,7 @@