mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +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}
|
value={this.state.registerForm.password}
|
||||||
autoComplete="new-password"
|
autoComplete="new-password"
|
||||||
onInput={linkEvent(this, this.handleRegisterPasswordChange)}
|
onInput={linkEvent(this, this.handleRegisterPasswordChange)}
|
||||||
|
maxLength={60}
|
||||||
class="form-control"
|
class="form-control"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue