Skip to content

Commit

Permalink
Merge pull request #1031 from tomivm/fix/wrong-password-message
Browse files Browse the repository at this point in the history
fix the errors losted on axios interceptor
  • Loading branch information
martinbedouret authored Sep 7, 2021
2 parents b66c7a3 + 9a78988 commit d807725
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 d807725

Please sign in to comment.