diff --git a/client/src/Pages/Auth/Login/index.jsx b/client/src/Pages/Auth/Login/index.jsx index 04155a9d6..ec0afd054 100644 --- a/client/src/Pages/Auth/Login/index.jsx +++ b/client/src/Pages/Auth/Login/index.jsx @@ -6,6 +6,7 @@ import TextInput from "../../../Components/Inputs/TextInput"; import { PasswordEndAdornment } from "../../../Components/Inputs/TextInput/Adornments"; import { loginCredentials } from "../../../Validation/validation"; import TextLink from "../components/TextLink"; +import Typography from "@mui/material/Typography"; // Utils import { login } from "../../../Features/Auth/authSlice"; @@ -96,13 +97,14 @@ const Login = () => { alignItems="center" gap={theme.spacing(10)} > + {t("auth.login.heading")} +