Skip to content

Commit ea2fd30

Browse files
Merge pull request #1501 from tomivm/fix/manage-API-403-response
Avoid loop after a 403 response of cboard-api
2 parents 95fdd72 + afb0d2d commit ea2fd30

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)