feat: extend validation config max length (#523)

pull/530/head^2
Yarden Shoham 3 years ago committed by GitHub
parent 17c1b97d23
commit d8adc0afe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save