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}
|
required={required !== false}
|
||||||
pattern=".+"
|
pattern=".+"
|
||||||
title={I18NextService.i18n.t("invalid_password")}
|
title={I18NextService.i18n.t("invalid_password")}
|
||||||
minLength={isNew ? 10 : undefined}
|
minLength={10}
|
||||||
maxLength={isNew ? 60 : undefined}
|
maxLength={60}
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
className="btn btn-outline-dark"
|
className="btn btn-outline-dark"
|
||||||
|
|
Loading…
Reference in a new issue