Skip to content

Commit

Permalink
Merge pull request #353 from TEAM-SEONYAK/feat/#351/timerSetClear
Browse files Browse the repository at this point in the history
[ Feat ] 타이머 종료되면 입력 필드 초기화
  • Loading branch information
ijieun authored Nov 18, 2024
2 parents 1c7d3a3 + 106e288 commit cd85937
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const Step번호입력 = () => {
if (prevTime <= 1000) {
clearInterval(id);
setIsActive(false);
setVerificationCode('');
return 0;
}
return prevTime - 1000;
Expand Down

0 comments on commit cd85937

Please sign in to comment.