diff --git a/client/src/components/Auth/SignIn/SignIn.js b/client/src/components/Auth/SignIn/SignIn.js index 6cc7277..d4a8419 100644 --- a/client/src/components/Auth/SignIn/SignIn.js +++ b/client/src/components/Auth/SignIn/SignIn.js @@ -5,7 +5,7 @@ import {Link, Redirect, useHistory} from 'react-router-dom'; import styles from './SignIn.module.css'; import * as validator from '../../../utils/validator'; import * as api from '../../../api/index'; -import {LinearProgress} from '@material-ui/core'; +//import {LinearProgress} from '@material-ui/core'; import GoogleSignin from '../gapiFrontend'; function SignIn(props) { @@ -110,10 +110,6 @@ function SignIn(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Log In - { - isLoading && - - }
{signing_error}
diff --git a/client/src/components/Auth/SignUp/SignUp.js b/client/src/components/Auth/SignUp/SignUp.js index fa07ffa..2fd2944 100644 --- a/client/src/components/Auth/SignUp/SignUp.js +++ b/client/src/components/Auth/SignUp/SignUp.js @@ -178,10 +178,7 @@ function SignUp(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Send OTP - { - isLoading && - - } + @@ -203,10 +200,7 @@ function SignUp(props) { style={{cursor: `${isLoading ? "not-allowed" : "pointer"}`}} > Verifiy OTP - { - isLoading && - - } +