Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/fe/develop' into fe-602-FIX_EV…
Browse files Browse the repository at this point in the history
…AL_04
  • Loading branch information
seongjinme committed Aug 21, 2024
2 parents 32abe81 + f9f2bc4 commit 0dcf862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function ApplyForm({ questions, isClosed }: ApplyFormProps) {
inputMode="numeric"
label="전화 번호"
placeholder="번호만 입력해 주세요."
maxLength={13}
maxLength={11}
required
/>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/SignUp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function SignUp() {
validate: validatePhoneNumber,
placeholder: '전화번호',
inputMode: 'numeric',
maxLength: 13,
maxLength: 11,
type: 'text',
})}
label="전화번호"
Expand Down

0 comments on commit 0dcf862

Please sign in to comment.