From ac7ccfd2431f0c6ca97d8cc89291282f2e3900ca Mon Sep 17 00:00:00 2001 From: Trisha Anand Date: Thu, 17 Feb 2022 13:24:07 +0530 Subject: [PATCH] feat: `Disable form login` configurable via admin settings page. (#11234) --- .../main/java/com/appsmith/server/constants/EnvVariables.java | 1 + 1 file changed, 1 insertion(+) 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, }