mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-15 22:45:50 +00:00
parent
bef89e8a31
commit
427fd2325b
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ class PasswordInput extends Component<PasswordInputProps, PasswordInputState> {
|
|||
required={required !== false}
|
||||
pattern=".+"
|
||||
title={I18NextService.i18n.t("invalid_password")}
|
||||
minLength={isNew ? 10 : undefined}
|
||||
maxLength={isNew ? 60 : undefined}
|
||||
minLength={10}
|
||||
maxLength={60}
|
||||
/>
|
||||
<button
|
||||
className="btn btn-outline-dark"
|
||||
|
|
Loading…
Reference in a new issue