cloudcms-server 3.2.349 → 3.2.350

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -893,7 +893,7 @@ exports = module.exports = function()
893
893
  // if we failed to sync user
894
894
  if (result.failedUserSync)
895
895
  {
896
- return strategy.userSyncErrorHandler(err, req, res, next);
896
+ return strategy.userSyncErrorHandler(result.err, req, res, next);
897
897
  }
898
898
 
899
899
  // otherwise, we're in a failure state
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "name": "cloudcms-server",
8
8
  "description": "Cloud CMS Application Server Module",
9
- "version": "3.2.349",
9
+ "version": "3.2.350",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git://github.com/gitana/cloudcms-server.git"