We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95fdd72 + afb0d2d commit ea2fd30Copy full SHA for ea2fd30
src/api/api.js
@@ -73,7 +73,6 @@ class API {
73
}
74
getStore().dispatch(logout());
75
history.push('/login-signup/');
76
- window.location.reload();
77
78
return Promise.reject(error);
79
0 commit comments