Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
KimGona committed Dec 4, 2023
2 parents f6a0031 + 0433e0b commit 844d964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KNU_MUSEUM/src/main/webapp/join.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2 class="text-center mb-4">회원가입</h2>
<input type="email" class="form-control" id="email" name="email" placeholder="이메일을 입력해 주세요" required>
</div>
<div class="col-12">
<input type="text" class="form-control" id="phonenumber" name="phoneNumber" placeholder="휴대폰 번호를 '-'없이 입력해주세요." required>
<input type="text" class="form-control" id="phonenumber" name="phoneNumber" placeholder="휴대폰 번호를 '-'를 포함하여 입력해주세요." required>
</div>
<div class="d-grid gap-2 col-6 mx-auto">
<button class="btn btn-secondary" type="submit">회원가입</button>
Expand Down

0 comments on commit 844d964

Please sign in to comment.