Skip to content

Commit e152427

Browse files
committed
fix: 토큰 재발급 실패 시 경고 메시지 주석 처리
1 parent 25407a0 commit e152427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controllers/common/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const fetchAuthData = async (path: string, init: RequestInit = {}, isFormData: b
5555
});
5656

5757
if (!reissueRes.ok) {
58-
alert('토큰 재발급 실패. 재로그인 필요');
58+
// alert('토큰 재발급 실패. 재로그인 필요');
5959

6060
window.location.href = webPath.login;
6161

0 commit comments

Comments
 (0)