Skip to content
Snippets Groups Projects
Commit 588e329a authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

get_rounds becomes getRounds

parent 9e9926a1
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ exports.process = function(req, res) {
// if the work factor has changed, update the hash here. issue #204
// NOTE: this runs asynchronously and will not delay the response
if (config.get('bcrypt_work_factor') != bcrypt.get_rounds(hash))
if (config.get('bcrypt_work_factor') != bcrypt.getRounds(hash))
updateHash(req, res, uid, hash);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment