Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraPinilla committed Nov 1, 2024
1 parent 99fdd1a commit 83600ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion blocks/identity-block/utils/validate-password-pattern.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
const SPECIAL_CHARACTERS_ALLOWED =
".@$!%*+?&#<=>^:;,-" + "\\/\\(\\)\\{\\}\\[\\]\\|\\`\\\\" + "~_" + '"' + "'";
".@$!%*+?&#<=>^:;,-" +
"\\/\\(\\)\\{\\}\\[\\]\\|\\`\\\\" +
"~_" +
'"' +
"'";

// positive lookahead (?= )
// with a non-capturing group within (?: )
Expand Down

0 comments on commit 83600ee

Please sign in to comment.