From 2bdf50a46b52798f8802f65eca28058936b1a78d Mon Sep 17 00:00:00 2001 From: prgmr99 Date: Tue, 7 May 2024 21:44:41 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9E=84=EC=8B=9C=20=EB=A6=AC?= =?UTF-8?q?=EB=8B=A4=EC=9D=B4=EB=A0=89=EC=85=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/service/axiosInstance.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/service/axiosInstance.ts b/src/service/axiosInstance.ts index c5b155d9..16a7d525 100644 --- a/src/service/axiosInstance.ts +++ b/src/service/axiosInstance.ts @@ -32,9 +32,9 @@ const onError = (error: AxiosError) => { if (response?.data) { console.error(response.data); - if (response?.status === 400 || response?.status === 403) { - window.location.href = '/signin'; - } + // if (response?.status === 400 || response?.status === 403) { + // window.location.href = '/signin'; + // } } return Promise.reject(error);