diff --git a/client/src/App.test.tsx b/client/src/App.test.tsx deleted file mode 100644 index 4db7ebc..0000000 --- a/client/src/App.test.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react'; -import { render } from '@testing-library/react'; -import App from './App'; - -test('renders learn react link', () => { - const { getByText } = render(); - const linkElement = getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -}); diff --git a/client/src/components/SignInSide.tsx b/client/src/components/SignInSide.tsx index b117cec..be4bbcc 100644 --- a/client/src/components/SignInSide.tsx +++ b/client/src/components/SignInSide.tsx @@ -2,10 +2,6 @@ import React from "react"; import Avatar from "@material-ui/core/Avatar"; import Button from "@material-ui/core/Button"; import CssBaseline from "@material-ui/core/CssBaseline"; -import TextField from "@material-ui/core/TextField"; -import FormControlLabel from "@material-ui/core/FormControlLabel"; -import Checkbox from "@material-ui/core/Checkbox"; -import Link from "@material-ui/core/Link"; import Paper from "@material-ui/core/Paper"; import Grid from "@material-ui/core/Grid"; import LockOutlinedIcon from "@material-ui/icons/LockOutlined"; @@ -51,6 +47,7 @@ const useStyles = makeStyles((theme: Theme) => export default function SignInSide() { const classes = useStyles(); const { isAuthenticated, loginWithRedirect, logout } = useAuth0(); + return ( @@ -64,32 +61,6 @@ export default function SignInSide() { Sign in
- {/* - - } - label="Remember me" - /> */} - {/* - - - Forgot password? - - - - - {"Don't have an account? Sign Up"} - - - */}