Adding max password length for registering.

This commit is contained in:
Dessalines 2020-10-04 19:13:29 -05:00
parent d5291d10c2
commit ef6e9cdd3a

View file

@ -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
/>