mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 06:36:17 +00:00
Adding max password length for registering.
This commit is contained in:
parent
d5291d10c2
commit
ef6e9cdd3a
|
@ -223,6 +223,7 @@ export class Login extends Component<any, State> {
|
|||
value={this.state.registerForm.password}
|
||||
autoComplete="new-password"
|
||||
onInput={linkEvent(this, this.handleRegisterPasswordChange)}
|
||||
maxLength={60}
|
||||
class="form-control"
|
||||
required
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue