From c6244d8fddf7eb17230e31badce6c7cff075b994 Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Mon, 25 Nov 2024 11:55:40 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20401=20=EC=97=90=EB=9F=AC=20=EB=AA=A8?= =?UTF-8?q?=EB=8B=AC=EC=B0=BD=20=EC=9E=84=EC=8B=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #186 --- client/src/apis/axios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/apis/axios.ts b/client/src/apis/axios.ts index aafe0bff..a03d103d 100644 --- a/client/src/apis/axios.ts +++ b/client/src/apis/axios.ts @@ -34,7 +34,7 @@ const handleGlobalError = (error: AxiosError) => { case 401: // 이미 access token. refresh token이 만료된 경우 여기로 넘어옴. useUserStore.getState().actions.removeUserInfo(); - errorStore.setErrorModal(true, "유효하지 않은 사용자입니다. 다시 로그인해주세요."); + // errorStore.setErrorModal(true, "유효하지 않은 사용자입니다. 다시 로그인해주세요."); break; case 500: