Przeglądaj źródła

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

Co-authored-by: Nicolas Frati <nicofrati@gmail.com>
Yash Joshi 4 lat temu
rodzic
commit
36a0071948
1 zmienionych plików z 1 dodań i 1 usunięć
  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>