summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_with_sso.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-28 07:33:01 -0700
committerCorey Hulen <corey@hulen.com>2015-08-28 07:33:01 -0700
commitbdf53884f567a46216fc1b8f3462fd15ab53ae92 (patch)
treeb747f0911f5e540d6f00354ab72f2e10ef0a9905 /web/react/components/team_signup_with_sso.jsx
parent604166068ea8cd881a1c0a513cea3f992e9a65ea (diff)
parent4ea9635b502ed41f541ae27713f7736fdeda0ce7 (diff)
downloadchat-bdf53884f567a46216fc1b8f3462fd15ab53ae92.tar.gz
chat-bdf53884f567a46216fc1b8f3462fd15ab53ae92.tar.bz2
chat-bdf53884f567a46216fc1b8f3462fd15ab53ae92.zip
Merge pull request #514 from mattermost/mm-2039
MM-2039 Remove Google as a SSO service.
Diffstat (limited to 'web/react/components/team_signup_with_sso.jsx')
-rw-r--r--web/react/components/team_signup_with_sso.jsx12
1 files changed, 0 insertions, 12 deletions
diff --git a/web/react/components/team_signup_with_sso.jsx b/web/react/components/team_signup_with_sso.jsx
index 57996d7cc..6cb62efc7 100644
--- a/web/react/components/team_signup_with_sso.jsx
+++ b/web/react/components/team_signup_with_sso.jsx
@@ -86,18 +86,6 @@ export default class SSOSignUpPage extends React.Component {
<span>Create {strings.Team} with GitLab Account</span>
</a>
);
- } else if (this.props.service === Constants.GOOGLE_SERVICE) {
- button = (
- <a
- className='btn btn-custom-login google btn-full'
- href='#'
- onClick={this.handleSubmit}
- disabled={disabled}
- >
- <span className='icon'/>
- <span>Create {strings.Team} with Google Apps Account</span>
- </a>
- );
}
return (