mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
Adding maxLength to verify_password field. Fixes #145
This commit is contained in:
parent
ac3b9e68f3
commit
9d94cc9094
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ export class Login extends Component<any, State> {
|
||||||
value={this.state.registerForm.password_verify}
|
value={this.state.registerForm.password_verify}
|
||||||
autoComplete="new-password"
|
autoComplete="new-password"
|
||||||
onInput={linkEvent(this, this.handleRegisterPasswordVerifyChange)}
|
onInput={linkEvent(this, this.handleRegisterPasswordVerifyChange)}
|
||||||
|
maxLength={60}
|
||||||
class="form-control"
|
class="form-control"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue