Skip to content

Commit

Permalink
feat : 알림 신청 이메일 정규식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rever0 committed Jan 28, 2024
1 parent 15a8d00 commit d288222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const NotificationSection = () => {
<Input
type="email"
placeholder="메일을 입력해주세요"
pattern="[a-zA-Z0-9]+[@][a-zA-Z0-9]+[.]+[a-zA-Z]+[.]*[a-zA-Z]*"
pattern="[a-zA-Z0-9]+([.][a-zA-Z0-9]+)*[@][a-zA-Z0-9]+([.][a-zA-Z]+)*"
ref={emailInputRef}
onClick={() => track('click_recruit_notification_input')}
/>
Expand Down

0 comments on commit d288222

Please sign in to comment.