Skip to content

Commit

Permalink
fix: 409 에러 후 로그아웃을 위해 새로고침 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
birdieHyun authored Jan 18, 2024
1 parent 6840b19 commit e8b501d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ async function initializeApp() {

// 헤더 삭제
delete axios.defaults.headers.common['Authorization'];
location.reload()
}
}
}
Expand Down

0 comments on commit e8b501d

Please sign in to comment.