We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38182d6 commit d7e6652Copy full SHA for d7e6652
1 file changed
apps/ticket/src/shared/components/AuthErrorFallback/index.tsx
@@ -23,11 +23,12 @@ export const AuthErrorFallback = () => {
23
window.location.reload();
24
} else {
25
// 재발급 실패 → 로그인
26
+ alert("인증 시간이 만료되었습니다. 다시 로그인해주세요.");
27
window.location.href = "/login";
28
}
29
} catch (error) {
30
console.error("토큰 재발급 실패:", error);
- alert("인증 오류가 발생했습니다. 다시 로그인해주세요.");
31
32
33
34
};
0 commit comments