diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/EnvVariables.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/EnvVariables.java index ca8f298b22..f75206091c 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/EnvVariables.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/constants/EnvVariables.java @@ -25,4 +25,5 @@ public enum EnvVariables { APPSMITH_OAUTH2_GITHUB_CLIENT_ID, APPSMITH_OAUTH2_GITHUB_CLIENT_SECRET, APPSMITH_CUSTOM_DOMAIN, + APPSMITH_FORM_LOGIN_DISABLED, }