Skip to content

Commit

Permalink
return error from axios.interceptors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivm committed Sep 6, 2021
1 parent b66c7a3 commit 9a78988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class API {
history.push('/login-signup/');
window.location.reload();
}
return Promise.reject(error);
}
);
}
Expand Down

0 comments on commit 9a78988

Please sign in to comment.