Skip to content

Commit

Permalink
feature-076 : sendsms-find 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyun0518 committed Feb 19, 2024
1 parent 047f635 commit be65b3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/FindEmailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ return (
></InputBox>
</Label>
<TwoLabel>
<PhoneCheck setCheck={setAllChecked} tel={tel} setTel={setTel}/>
<PhoneCheck setCheck={setAllChecked} tel={tel} setTel={setTel} type = {false}/>
</TwoLabel>
<FindButton disabled={!allChecked} onClick={findBtnHandler}>
찾아보기
Expand Down
2 changes: 1 addition & 1 deletion src/pages/FindPasswordPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ return (
></InputBox>
</Label>
<TwoLabel>
<PhoneCheck setCheck={setAllChecked} tel={tel} setTel={setTel}/>
<PhoneCheck setCheck={setAllChecked} tel={tel} setTel={setTel} type={false}/>
</TwoLabel>
<FindButton disabled={!allChecked} onClick={findBtnHandler}>
찾아보기
Expand Down
1 change: 1 addition & 0 deletions src/pages/SignUpPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ const SignUp = () => {
tel={phonenumber}
setTel={setPhonenumber}
setCheck={setIsCertify}
type={true}
/>
</SignupPageStyles.Label>
<SignupPageStyles.Label>
Expand Down

0 comments on commit be65b3a

Please sign in to comment.