Skip to content

Commit

Permalink
Merge pull request #171 from MeeTeamNumdle/release-1.0
Browse files Browse the repository at this point in the history
chore: 임시 리다이렉션 제거
  • Loading branch information
prgmr99 authored May 7, 2024
2 parents df8f7d0 + 2bdf50a commit fe1ed3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/service/axiosInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fe1ed3b

Please sign in to comment.