mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
fix(LoginForm.tsx): max length old value to new (#980)
This commit is contained in:
parent
1be6c4830a
commit
1a77fb4fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ function LoginForm({ onSubmit }: TLoginFormProps) {
|
|||
message: localize('com_auth_password_min_length'),
|
||||
},
|
||||
maxLength: {
|
||||
value: 40,
|
||||
value: 128,
|
||||
message: localize('com_auth_password_max_length'),
|
||||
},
|
||||
})}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue