Skip to content

Commit afb0d2d

Browse files
committed
avoid window.location.reload
1 parent 95fdd72 commit afb0d2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/api.js

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class API {
7373
}
7474
getStore().dispatch(logout());
7575
history.push('/login-signup/');
76-
window.location.reload();
7776
}
7877
return Promise.reject(error);
7978
}

0 commit comments

Comments
 (0)