We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@
1 parent 1b85829 commit 9b03dafCopy full SHA for 9b03daf
1 file changed
src/lib/isStrongPassword.js
@@ -4,7 +4,7 @@ import assertString from './util/assertString';
4
const upperCaseRegex = /^[A-Z]$/;
5
const lowerCaseRegex = /^[a-z]$/;
6
const numberRegex = /^[0-9]$/;
7
-const symbolRegex = /^[-#!$%^&*()_+|~=`{}\[\]:";'<>?,.\/ ]$/;
+const symbolRegex = /^[-#!$@%^&*()_+|~=`{}\[\]:";'<>?,.\/ ]$/;
8
9
const defaultOptions = {
10
minLength: 8,
0 commit comments