Skip to content

Commit

Permalink
feat: 401 에러 모달창 임시 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Nov 25, 2024
1 parent c7c88d5 commit c6244d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/apis/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const handleGlobalError = (error: AxiosError<ApiError>) => {
case 401:
// 이미 access token. refresh token이 만료된 경우 여기로 넘어옴.
useUserStore.getState().actions.removeUserInfo();
errorStore.setErrorModal(true, "유효하지 않은 사용자입니다. 다시 로그인해주세요.");
// errorStore.setErrorModal(true, "유효하지 않은 사용자입니다. 다시 로그인해주세요.");
break;

case 500:
Expand Down

0 comments on commit c6244d8

Please sign in to comment.