이메일 30자 -> 50자 #586

Merged
ysCha merged 1 commits from dev_ysCha into dev 2026-01-19 13:40:52 +09:00
Showing only changes of commit a687be997f - Show all commits

View File

@ -381,7 +381,7 @@ export default function Join() {
</th> </th>
<td> <td>
<div className="input-wrap" style={{ width: '200px' }}> <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> </div>
</td> </td>
</tr> </tr>