diff --git a/web/src/components/Settings/MyAccountSection.tsx b/web/src/components/Settings/MyAccountSection.tsx index 801bcd80..189ffe60 100644 --- a/web/src/components/Settings/MyAccountSection.tsx +++ b/web/src/components/Settings/MyAccountSection.tsx @@ -9,10 +9,10 @@ import showChangePasswordDialog from "../ChangePasswordDialog"; import "../../less/settings/my-account-section.less"; const validateConfig: ValidatorConfig = { - minLength: 4, + minLength: 1, maxLength: 24, noSpace: true, - noChinese: true, + noChinese: false, }; const MyAccountSection = () => {