Merge pull request '이메일 30자 -> 50자' (#586) from dev_ysCha into dev
Reviewed-on: #586
This commit is contained in:
commit
87a283c79d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user