From ad8a48c0c6d9c3eb1c334851e8eb25f1489a0d5a Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 23 Dec 2024 23:26:23 +0530 Subject: [PATCH] chore: add log warning --- src/pages/Login.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 3c8e08c4..b8228799 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -10,6 +10,7 @@ import i18n from '../i18n'; const Login = () => { const { t } = useTranslation(); + // just don't remove these logs - god knows why it's not working without them console.log(i18n) console.log(t) const [form, setForm] = useState({