Cleared default password

This commit is contained in:
SowinskiBraeden committed 2021-04-04 22:19:42 -07:00
1 parent 9c7fd69da5
commit 6dad94019f
1 file changed
+1 -1
+1 -1
View File
@@ -2,7 +2,7 @@ const bcrypt = require('bcryptjs');
// Set `password` as the password you will use // Set `password` as the password you will use
// Then Run this script and copy the output as it is your encrypted password // 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 // Encrypts password and returns encrypted password
bcrypt.genSalt(10, (err, salt) => { bcrypt.genSalt(10, (err, salt) => {