main
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ class PasswordGenerator{
|
||||
this.options = { ...defaultOptions, ...options };
|
||||
}
|
||||
|
||||
async Generate(){
|
||||
Generate(){
|
||||
// Generate random password that complies with the options
|
||||
const { minLength, maxLength, minLower, minUpper, minNum, minSpecial, specialChars } = this.options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user