- test #2;
This commit is contained in:
@@ -58,7 +58,7 @@ const Login = () => {
|
||||
|
||||
useEffect(() => {
|
||||
if (!isEmpty(token)) {
|
||||
window.location.replace('/')
|
||||
//window.location.replace('/')
|
||||
}
|
||||
}, [token]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user