Unverified Commit 40e92f94 authored by Zeng1998's avatar Zeng1998 Committed by GitHub

fix: change password max length validation (#616)

parent f883dd9c
......@@ -8,7 +8,7 @@ import toastHelper from "./Toast";
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