diff --git a/src/popup/pwgen.js b/src/popup/pwgen.js index 6db85d3..fed9a76 100644 --- a/src/popup/pwgen.js +++ b/src/popup/pwgen.js @@ -1,5 +1,5 @@ function randPassword(length, includeSpecial) { - let pwdChars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890"; + let pwdChars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; if (includeSpecial) { pwdChars += '°^!"§$%&/()=?`´\\}][{²³€|<>-.,;:*+_µ@~'; }