feat: improve default org passwordOptions handling

This commit is contained in:
Yang Luo
2025-02-12 21:20:32 +08:00
parent c0ec73dfd3
commit 9c46344e68
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ export function checkPasswordComplexity(password, options) {
}
if (!options || options.length === 0) {
options = ["AtLeast6"];
return "";
}
const checkers = {