summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_choose_auth.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/team_signup_choose_auth.jsx')
-rw-r--r--web/react/components/team_signup_choose_auth.jsx18
1 files changed, 0 insertions, 18 deletions
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(
- <a
- className='btn btn-custom-login google btn-full'
- href='#'
- onClick={
- function clickGoogle(e) {
- e.preventDefault();
- this.props.updatePage('service', Constants.GOOGLE_SERVICE);
- }.bind(this)
- }
- >
- <span className='icon' />
- <span>Create new {strings.Team} with Google Apps Account</span>
- </a>
- );
- }
-
if (this.props.services.indexOf(Constants.EMAIL_SERVICE) !== -1) {
buttons.push(
<a