- re-added redirect to home page after login;

This commit is contained in:
Vitalii Kiiko
2024-10-09 13:09:17 +02:00
parent 49341734eb
commit b139825b47

View File

@@ -58,7 +58,7 @@ const Login = () => {
useEffect(() => { useEffect(() => {
if (!isEmpty(token)) { if (!isEmpty(token)) {
//window.location.replace('/') window.location.replace('/')
} }
}, [token]); }, [token]);