Remove Google as a SSO service.

Этот коммит содержится в:
JoramWilander
2015-08-28 10:02:45 -04:00
родитель 75af5d4536
Коммит 4ea9635b50
10 изменённых файлов: 0 добавлений и 141 удалений

Просмотреть файл

@@ -162,15 +162,6 @@ module.exports = React.createClass({
);
}
if (authServices.indexOf(Constants.GOOGLE_SERVICE) >= 0) {
signupMessage.push(
<a className='btn btn-custom-login google' href={'/' + this.props.teamName + '/signup/google' + window.location.search}>
<span className='icon' />
<span>with Google</span>
</a>
);
}
var emailSignup;
if (authServices.indexOf(Constants.EMAIL_SERVICE) !== -1) {
emailSignup = (