diff --git a/src/pages/Login/index.js b/src/pages/Login/index.js index 046b6df..70dd67b 100644 --- a/src/pages/Login/index.js +++ b/src/pages/Login/index.js @@ -58,7 +58,7 @@ const Login = () => { useEffect(() => { if (!isEmpty(token)) { - //window.location.replace('/') + window.location.replace('/') } }, [token]);