Skip to content

Commit

Permalink
Merge pull request #1501 from tomivm/fix/manage-API-403-response
Browse files Browse the repository at this point in the history
Avoid loop after a 403 response of cboard-api
  • Loading branch information
RodriSanchez1 authored Jun 7, 2023
2 parents 95fdd72 + afb0d2d commit ea2fd30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class API {
}
getStore().dispatch(logout());
history.push('/login-signup/');
window.location.reload();
}
return Promise.reject(error);
}
Expand Down

0 comments on commit ea2fd30

Please sign in to comment.