feat: extend validation config max length (#523)
This commit is contained in:
parent
17c1b97d23
commit
d8adc0afe9
@ -11,7 +11,7 @@ import "../less/auth.less";
|
||||
|
||||
const validateConfig: ValidatorConfig = {
|
||||
minLength: 4,
|
||||
maxLength: 24,
|
||||
maxLength: 320,
|
||||
noSpace: true,
|
||||
noChinese: true,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user