mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Adding maxLength to verify_password field. Fixes #145
This commit is contained in:
parent
ac3b9e68f3
commit
9d94cc9094
|
@ -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
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue