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";
const validateConfig: ValidatorConfig = {
minLength: 4,
maxLength: 24,
maxLength: 320,
noSpace: 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