Skip to content

Commit

Permalink
Fix/비번찾기 번호인증시 alert창
Browse files Browse the repository at this point in the history
  • Loading branch information
choiyoubin committed Mar 26, 2024
1 parent 5ecc82b commit 798f092
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function CertificationInputPhoneNumber(userInfo) {
if (/^\d+$/.test(phonenumber) && phonenumber.length === 11) {
// 11자리 입력 후에
if (!postmessage) {
alert("인증번호를 발송했습니다. 인증번호가 오지 않으면 입력하신 정보가 회원정보와 일치하는지 확인해 주세요.")
handlePostmessage();
} else { //타이머 초기화용
setPostmessage(false);
Expand Down

0 comments on commit 798f092

Please sign in to comment.