From c3028ee8f1a7050f7519c50d3687ac832d9075ab Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Fri, 22 Jul 2016 00:37:34 -0400 Subject: Updated passport --- node_simple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_simple.js') diff --git a/node_simple.js b/node_simple.js index 7f616f7..db65e64 100644 --- a/node_simple.js +++ b/node_simple.js @@ -114,7 +114,7 @@ exports.add_user = function (fields, callbackUser) { }; // find out if this user already exists by checking their email - exports.find_user( fields[0] ,callbackUser, function (result) { + exports.find_user( fields[0] ,callbackUser, function (result, callbackUser) { console.log("inside find_user"); if (result == false) { console.log("no such user found"); -- cgit v1.2.3