Remove Google as a SSO service.

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

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

@@ -110,18 +110,6 @@ export default class Login extends React.Component {
);
}
if (authServices.indexOf(Constants.GOOGLE_SERVICE) !== -1) {
loginMessage.push(
<a
className='btn btn-custom-login google'
href={'/' + teamName + '/login/google'}
>
<span className='icon' />
<span>with Google Apps</span>
</a>
);
}
var errorClass = '';
if (serverError) {
errorClass = ' has-error';