Compare commits

..

2 Commits

Author SHA1 Message Date
87a283c79d Merge pull request '이메일 30자 -> 50자' (#586) from dev_ysCha into dev
Reviewed-on: #586
2026-01-19 13:40:52 +09:00
a687be997f 이메일 30자 -> 50자 2026-01-19 13:39:11 +09:00

View File

@ -381,7 +381,7 @@ export default function Join() {
</th>
<td>
<div className="input-wrap" style={{ width: '200px' }}>
<input type="text" id="email" name="email" className="input-light" maxLength={30} ref={emailRef} />
<input type="text" id="email" name="email" className="input-light" maxLength={50} ref={emailRef} />
</div>
</td>
</tr>