This commit is contained in:
Vitalii Kiiko
2024-10-09 10:27:17 +02:00
parent 58303425ac
commit fa03929ddd
2 changed files with 2 additions and 2 deletions

View File

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