cloudcms-server 3.2.350 → 3.2.351
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.
|
@@ -1321,6 +1321,10 @@ exports = module.exports = function()
|
|
|
1321
1321
|
|
|
1322
1322
|
if (err)
|
|
1323
1323
|
{
|
|
1324
|
+
console.log("Authentication.Strategy.syncProfile error");
|
|
1325
|
+
console.log(err);
|
|
1326
|
+
try { console.log(JSON.stringify(err)); } catch (ee) { }
|
|
1327
|
+
|
|
1324
1328
|
if (strategy.userSyncErrorHandler)
|
|
1325
1329
|
{
|
|
1326
1330
|
return done({
|