Skip to content

Commit 211fbef

Browse files
committed
fix
1 parent c7dc994 commit 211fbef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/lib/axios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ instance.interceptors.response.use(
6060

6161
const status = error.response?.status;
6262

63-
if (status === 403 || status === 401) {
63+
if (status === 401) {
6464
clearTokens();
6565
const currentPath = window.location.pathname;
6666
const search = window.location.search;

0 commit comments

Comments
 (0)