Cleared default password
This commit is contained in:
1 parent
9c7fd69da5
commit
6dad94019f
1 file changed
+1
-1
+1
-1
@@ -2,7 +2,7 @@ const bcrypt = require('bcryptjs');
|
||||
|
||||
// Set `password` as the password you will use
|
||||
// Then Run this script and copy the output as it is your encrypted password
|
||||
let password = "APPLEZ57";
|
||||
let password = "";
|
||||
|
||||
// Encrypts password and returns encrypted password
|
||||
bcrypt.genSalt(10, (err, salt) => {
|
||||
|
||||
Reference in new issue
Block a user