From 4ea9635b502ed41f541ae27713f7736fdeda0ce7 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Fri, 28 Aug 2015 10:02:45 -0400 Subject: Remove Google as a SSO service. --- web/react/components/team_signup_choose_auth.jsx | 18 ------------------ 1 file changed, 18 deletions(-) (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 2d35785c2..92ade5d24 100644 --- a/web/react/components/team_signup_choose_auth.jsx +++ b/web/react/components/team_signup_choose_auth.jsx @@ -28,24 +28,6 @@ export default class ChooseAuthPage extends React.Component { ); } - if (this.props.services.indexOf(Constants.GOOGLE_SERVICE) !== -1) { - buttons.push( - - - Create new {strings.Team} with Google Apps Account - - ); - } - if (this.props.services.indexOf(Constants.EMAIL_SERVICE) !== -1) { buttons.push(