mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add a maximum length of password in signup form (#384)
This commit is contained in:
parent
ef4e243f87
commit
01001bc4a0
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export default function EmailRegistration(): JSX.Element {
|
|||
</div>
|
||||
<div>
|
||||
<label>Password</label>
|
||||
<input type="password" name={'password'} required />
|
||||
<input type="password" name={'password'} required maxLength={40} />
|
||||
</div>
|
||||
<div>
|
||||
<label>Full Name</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue