Skip to content

Commit fb86eb5

Browse files
committed
fix: enable token reissue and reload on error fallback
1 parent 5539e63 commit fb86eb5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • apps/ticket/src/shared/components/AuthErrorFallback

apps/ticket/src/shared/components/AuthErrorFallback/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ export const AuthErrorFallback = () => {
1717
credentials: "include",
1818
});
1919

20-
console.log("@@ reissue", res);
21-
2220
// 토큰 재발급 후 reload()
23-
// window.location.reload();
21+
window.location.reload();
2422
};
2523

2624
tokenReissue();

0 commit comments

Comments
 (0)