fix: change password max length validation (#616)
This commit is contained in:
parent
f883dd9c1d
commit
40e92f9463
@ -8,7 +8,7 @@ import toastHelper from "./Toast";
|
||||
|
||||
const validateConfig: ValidatorConfig = {
|
||||
minLength: 4,
|
||||
maxLength: 24,
|
||||
maxLength: 320,
|
||||
noSpace: true,
|
||||
noChinese: true,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user