fixed issue of missing import
This commit is contained in:
@@ -295,8 +295,8 @@ const randomPassword = passwordGenerator.Generate();
|
||||
|
||||
## Authors
|
||||
|
||||
- [kajvan](https://www.github.com/kajvans)
|
||||
- [kajvan](https://gitea.quiztimes.nl/kajvans)
|
||||
- [kajvans](https://www.github.com/kajvans)
|
||||
- [kajvans](https://gitea.quiztimes.nl/kajvans)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
const bcrypt = require('bcrypt');
|
||||
const PassPolicy = require('./passpolicy.js');
|
||||
|
||||
class PassCheck{
|
||||
constructor(BcryptSaltRounds, PassPolicyOptions) {
|
||||
|
||||
Reference in New Issue
Block a user