diff --git a/node/db/Pad.js b/node/db/Pad.js index 99a53143..40875eff 100644 --- a/node/db/Pad.js +++ b/node/db/Pad.js @@ -479,7 +479,7 @@ function hash(password, salt) function generateSalt() { - return randomstring(86); + return randomString(86); } function compare(hashStr, password)