Changes in enabled external services

This commit is contained in:
vjrj 2017-11-15 19:58:41 +01:00
parent eb9c85fca1
commit bdad1d5930
3 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ const serviceLabel = {
const OAuthLoginButton = ({ service, callback }) => ( const OAuthLoginButton = ({ service, callback }) => (
<button <button
className={`OAuthLoginButton OAuthLoginButton-${service}`} className={`btn btn-raised btn-danger OAuthLoginButton OAuthLoginButton-${service}`}
type="button" type="button"
onClick={() => handleLogin(service, callback)} onClick={() => handleLogin(service, callback)}
> >

View file

@ -1,12 +1,12 @@
@import '../../stylesheets/colors'; @import '../../stylesheets/colors';
.OAuthLoginButton { .OAuthLoginButton {
display: block; /* display: block;
width: 100%; width: 100%;
padding: 10px 15px; padding: 10px 15px;
border: none; border: none; */
background: $gray-lighter; background: $gray-lighter;
border-radius: 3px; /* border-radius: 3px; */
i { i {
margin-right: 3px; margin-right: 3px;

View file

@ -60,7 +60,7 @@ class Login extends React.Component {
<Row> <Row>
<Col xs={12}> <Col xs={12}>
<OAuthLoginButtons <OAuthLoginButtons
services={['facebook', 'github', 'google']} services={['google']}
emailMessage={{ emailMessage={{
offset: 100, offset: 100,
text: 'Log In with an Email Address', text: 'Log In with an Email Address',