Pārlūkot izejas kodu

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

Co-authored-by: Nicolas Frati <nicofrati@gmail.com>
Yash Joshi 4 gadi atpakaļ
vecāks
revīzija
36a0071948
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 = () => {
   renderGoogleSection = () => {
-    if (true || this.state.hasGoogle) {
+    if (this.state.hasGoogle) {
       return (
       return (
         <OAuthButton onClick={this.googleRedirect}>
         <OAuthButton onClick={this.googleRedirect}>
           <IconWrapper>
           <IconWrapper>