We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7dc994 commit 211fbefCopy full SHA for 211fbef
1 file changed
src/shared/lib/axios.ts
@@ -60,7 +60,7 @@ instance.interceptors.response.use(
60
61
const status = error.response?.status;
62
63
- if (status === 403 || status === 401) {
+ if (status === 401) {
64
clearTokens();
65
const currentPath = window.location.pathname;
66
const search = window.location.search;
0 commit comments