diff --git a/client/src/components/auth/Auth.jsx b/client/src/components/auth/Auth.jsx index e0427795..8d0f1d10 100644 --- a/client/src/components/auth/Auth.jsx +++ b/client/src/components/auth/Auth.jsx @@ -3,6 +3,13 @@ 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 useAuth from '../../hooks/useAuth'; import '../../sass/AdminLogin.scss'; @@ -100,29 +107,33 @@ const Auth = () => {
-

Welcome Back!

+ Welcome Back!
-
- - + + + + +
-
+
{
- +