From 0e4b371925f4630096cdebec5e1470b40bf9dde2 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Wed, 11 Jun 2025 20:12:02 +0800 Subject: [PATCH] add login header --- client/src/Pages/Auth/Login/index.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")} +