Просмотр исходного кода

Update dashboard/src/main/auth/Login.tsx

Co-authored-by: Nicolas Frati <nicofrati@gmail.com>
Yash Joshi 4 лет назад
Родитель
Сommit
36a0071948
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/main/auth/Login.tsx

+ 1 - 1
dashboard/src/main/auth/Login.tsx

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