From b3f6011fdbe846ee6f769eaf1c85b40f912eeaaa Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 8 Sep 2016 17:48:29 +0500 Subject: Updating minor fixes for rc4 (#3988) --- webapp/components/login/login_controller.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'webapp') diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx index 8335dce6f..117747ab9 100644 --- a/webapp/components/login/login_controller.jsx +++ b/webapp/components/login/login_controller.jsx @@ -459,6 +459,17 @@ export default class LoginController extends React.Component { ); } + if (gitlabSigninEnabled || samlSigninEnabled || office365SigninEnabled || googleSigninEnabled || gitlabSigninEnabled) { + loginControls.push( +
+ +
+ ); + } + if (gitlabSigninEnabled) { loginControls.push(