|
@@ -146,7 +146,7 @@ export default class Login extends Component<PropsType, StateType> {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
renderGoogleSection = () => {
|
|
renderGoogleSection = () => {
|
|
|
- if (true || this.state.hasGoogle) {
|
|
|
|
|
|
|
+ if (this.state.hasGoogle) {
|
|
|
return (
|
|
return (
|
|
|
<OAuthButton onClick={this.googleRedirect}>
|
|
<OAuthButton onClick={this.googleRedirect}>
|
|
|
<IconWrapper>
|
|
<IconWrapper>
|