Skip to content

Commit 59306b8

Browse files
committed
small changes
1 parent 93b5dc4 commit 59306b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class PasswordRulesParser {
5555
if (Number(element.minChars) < 1) {
5656
element.minChars = '1';
5757
}
58-
// QUESTION: Why was this here??? -> if it has a range, don't copy it to the allowed rule.
58+
5959
// if the required rule has range, remove the range and add it to allowed
6060
if (this._hasCharRange(element)) {
6161
let allowedRule;

0 commit comments

Comments
 (0)