diff --git a/client/src/components/auth/Auth.jsx b/client/src/components/auth/Auth.jsx index 8d0f1d103..e5fa196fe 100644 --- a/client/src/components/auth/Auth.jsx +++ b/client/src/components/auth/Auth.jsx @@ -3,13 +3,7 @@ import { Redirect } from 'react-router-dom'; import { useHistory } from 'react-router-dom'; import { checkUser, checkAuth } from '../../services/user.service'; import { authLevelRedirect } from '../../utils/authUtils'; -import { - Typography, - Button, - FormControl, - Box, - TextField -} from '@mui/material'; +import { Typography, Button, FormControl, Box, TextField } from '@mui/material'; import useAuth from '../../hooks/useAuth'; import '../../sass/AdminLogin.scss'; @@ -107,33 +101,37 @@ const Auth = () => {