diff --git a/web/src/pages/Auth.tsx b/web/src/pages/Auth.tsx index 227361a46..ccc3b0ec9 100644 --- a/web/src/pages/Auth.tsx +++ b/web/src/pages/Auth.tsx @@ -11,7 +11,7 @@ import "../less/auth.less"; const validateConfig: ValidatorConfig = { minLength: 4, - maxLength: 24, + maxLength: 320, noSpace: true, noChinese: true, };