diff --git a/ui/public/config.json b/ui/public/config.json index bea9599fa3a..a1069218136 100644 --- a/ui/public/config.json +++ b/ui/public/config.json @@ -98,6 +98,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 a3a20428f0b..531250a4ffc 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" + > + + + + +