Merge pull request #290 from getmaxun/cleanup

fix: i18n logs
This commit is contained in:
Karishma
2024-12-23 23:27:17 +05:30
committed by GitHub

View File

@@ -10,6 +10,9 @@ 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({
email: "",
password: "",