Adding maxLength to verify_password field. Fixes #145

This commit is contained in:
Dessalines 2021-01-26 18:21:32 -05:00
parent ac3b9e68f3
commit 9d94cc9094

View file

@ -245,6 +245,7 @@ export class Login extends Component<any, State> {
value={this.state.registerForm.password_verify}
autoComplete="new-password"
onInput={linkEvent(this, this.handleRegisterPasswordVerifyChange)}
maxLength={60}
class="form-control"
required
/>