mirror of
https://github.com/usememos/memos.git
synced 2025-11-17 22:49:42 +08:00
feat: extend validation config max length (#523)
This commit is contained in:
parent
17c1b97d23
commit
d8adc0afe9
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import "../less/auth.less";
|
|||
|
||||
const validateConfig: ValidatorConfig = {
|
||||
minLength: 4,
|
||||
maxLength: 24,
|
||||
maxLength: 320,
|
||||
noSpace: true,
|
||||
noChinese: true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue