We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b5dc4 commit 59306b8Copy full SHA for 59306b8
1 file changed
src/app.ts
@@ -55,7 +55,7 @@ export class PasswordRulesParser {
55
if (Number(element.minChars) < 1) {
56
element.minChars = '1';
57
}
58
- // QUESTION: Why was this here??? -> if it has a range, don't copy it to the allowed rule.
+
59
// if the required rule has range, remove the range and add it to allowed
60
if (this._hasCharRange(element)) {
61
let allowedRule;
0 commit comments