From 777012eee42186316bc68b0ea1c8232601962bc4 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 7 Mar 2016 14:59:15 -0800 Subject: PLT-1830 Adding ability to create team with ldap --- web/react/components/team_signup_choose_auth.jsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'web/react/components/team_signup_choose_auth.jsx') diff --git a/web/react/components/team_signup_choose_auth.jsx b/web/react/components/team_signup_choose_auth.jsx index 8c98c5538..5db83fe7d 100644 --- a/web/react/components/team_signup_choose_auth.jsx +++ b/web/react/components/team_signup_choose_auth.jsx @@ -58,6 +58,30 @@ export default class ChooseAuthPage extends React.Component { ); } + if (global.window.mm_config.EnableLdap === 'true') { + buttons.push( + { + e.preventDefault(); + this.props.updatePage('ldap'); + } + } + > + + + + + + ); + } + if (global.window.mm_config.EnableSignUpWithEmail === 'true') { buttons.push(