From 629fc3d3064114a092c9708eeb74f332448d3da2 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Thu, 24 Mar 2016 12:44:31 -0400 Subject: Minor fix to let Sign-in Method settings show up when ldap is enabled --- webapp/components/user_settings/user_settings_security.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/components/user_settings/user_settings_security.jsx') diff --git a/webapp/components/user_settings/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security.jsx index 283d2c425..f937844ec 100644 --- a/webapp/components/user_settings/user_settings_security.jsx +++ b/webapp/components/user_settings/user_settings_security.jsx @@ -416,6 +416,7 @@ class SecurityTab extends React.Component { let numMethods = 0; numMethods = global.window.mm_config.EnableSignUpWithGitLab === 'true' ? numMethods + 1 : numMethods; numMethods = global.window.mm_config.EnableSignUpWithGoogle === 'true' ? numMethods + 1 : numMethods; + numMethods = global.window.mm_config.EnableLdap === 'true' ? numMethods + 1 : numMethods; if (global.window.mm_config.EnableSignUpWithEmail && numMethods > 0) { signInSection = this.createSignInSection(); -- cgit v1.2.3-1-g7c22