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