feat: extend validation config max length (#523)

This commit is contained in:
Yarden Shoham 2022-11-22 12:21:12 +02:00 committed by GitHub
parent 17c1b97d23
commit d8adc0afe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import "../less/auth.less";
const validateConfig: ValidatorConfig = {
minLength: 4,
maxLength: 24,
maxLength: 320,
noSpace: true,
noChinese: true,
};