mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
Changed to bcrypt.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var user = require('./user'),
|
||||
bcrypt = require('bcrypt'),
|
||||
bcrypt = require('bcryptjs'),
|
||||
db = require('./database'),
|
||||
path = require('path'),
|
||||
winston = require('winston'),
|
||||
|
||||
Reference in New Issue
Block a user