Changes in enabled external services
This commit is contained in:
parent
eb9c85fca1
commit
bdad1d5930
3 changed files with 5 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ const serviceLabel = {
|
|||
|
||||
const OAuthLoginButton = ({ service, callback }) => (
|
||||
<button
|
||||
className={`OAuthLoginButton OAuthLoginButton-${service}`}
|
||||
className={`btn btn-raised btn-danger OAuthLoginButton OAuthLoginButton-${service}`}
|
||||
type="button"
|
||||
onClick={() => handleLogin(service, callback)}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
@import '../../stylesheets/colors';
|
||||
|
||||
.OAuthLoginButton {
|
||||
display: block;
|
||||
/* display: block;
|
||||
width: 100%;
|
||||
padding: 10px 15px;
|
||||
border: none;
|
||||
border: none; */
|
||||
background: $gray-lighter;
|
||||
border-radius: 3px;
|
||||
/* border-radius: 3px; */
|
||||
|
||||
i {
|
||||
margin-right: 3px;
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ class Login extends React.Component {
|
|||
<Row>
|
||||
<Col xs={12}>
|
||||
<OAuthLoginButtons
|
||||
services={['facebook', 'github', 'google']}
|
||||
services={['google']}
|
||||
emailMessage={{
|
||||
offset: 100,
|
||||
text: 'Log In with an Email Address',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue