Skip to content

Commit

Permalink
Merge pull request #54 from Team-return/develop
Browse files Browse the repository at this point in the history
merge :: redirect 복구
  • Loading branch information
jikwan0327 authored Jun 10, 2024
2 parents 6709a6c + bf213d3 commit f85c8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apis/axios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ instance.interceptors.response.use(
if (!refreshToken) {
cookies.remove('access_token');
cookies.remove('refresh_token');
// window.location.href = '/login';
window.location.href = '/login';
return;
}
if (
Expand Down

0 comments on commit f85c8e1

Please sign in to comment.