diff --git a/ui/public/config.json b/ui/public/config.json index 446256b5b189..8a3fa7a21026 100644 --- a/ui/public/config.json +++ b/ui/public/config.json @@ -97,6 +97,7 @@ "basicZoneEnabled": true, "multipleServer": false, "allowSettingTheme": true, + "displayProjectFieldOnLogin": false, "imageSelectionInterface": "modern", "showUserCategoryForModernImageSelection": true, "showAllCategoryForModernImageSelection": false, diff --git a/ui/src/views/auth/Login.vue b/ui/src/views/auth/Login.vue index e918e8a69ed4..d33d2df91322 100644 --- a/ui/src/views/auth/Login.vue +++ b/ui/src/views/auth/Login.vue @@ -91,6 +91,18 @@ type="text" :placeholder="$t('label.domain')" v-model:value="form.domain" + > + + + + +