Skip to content
Snippets Groups Projects
Commit 54172dba authored by 정원제's avatar 정원제 :guitar:
Browse files

refactor: polling 시간 5초로 변경

parent d9c6d94a
No related branches found
No related tags found
No related merge requests found
Pipeline #10791 passed
......@@ -16,7 +16,7 @@ const Waiting = () => {
setIsSuccess(true);
setTimeout(() => {
navigate('/mycombination');
}, 3000); // 3초로 증가
}, 5000);
}
} catch (error) {
console.error('인증 상태 확인 중 오류 발생:', error);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment