Unverified Commit d8adc0af authored by Yarden Shoham's avatar Yarden Shoham Committed by GitHub

feat: extend validation config max length (#523)

parent 17c1b97d
...@@ -11,7 +11,7 @@ import "../less/auth.less"; ...@@ -11,7 +11,7 @@ import "../less/auth.less";
const validateConfig: ValidatorConfig = { const validateConfig: ValidatorConfig = {
minLength: 4, minLength: 4,
maxLength: 24, maxLength: 320,
noSpace: true, noSpace: true,
noChinese: true, noChinese: true,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment