We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b3f8d commit f819931Copy full SHA for f819931
index.js
@@ -95,7 +95,7 @@ class Beelzebub {
95
infuriationLevel: InfuriationLevel.Moderate,
96
},
97
{
98
- passwordIsInvalid: password => password.match(/[ÄÜÖẞ]/) === null,
+ passwordIsInvalid: password => password.match(/[ÄÜÖ]/) === null,
99
message: 'Password must contain at least one upper case German Umlaut',
100
infuriationLevel: InfuriationLevel.Ridiculous,
101
0 commit comments