@aoberoi/passport-slack
Advanced tools
Comparing version 2.0.0-beta.9 to 2.0.0-beta.10
@@ -112,3 +112,3 @@ "use strict"; | ||
skipProfilePromise.then((skip) => { | ||
if (!skip && profile !== undefined) { | ||
if (profile === undefined && !skip) { | ||
return slackGet(profileURL, { token: accessToken }, { | ||
@@ -115,0 +115,0 @@ 'X-Slack-User': results.installer_user && results.installer_user.user_id, |
{ | ||
"name": "@aoberoi/passport-slack", | ||
"version": "2.0.0-beta.9", | ||
"version": "2.0.0-beta.10", | ||
"description": "Slack authentication strategy for Passport", | ||
@@ -5,0 +5,0 @@ "main": "dist/strategy.js", |
Sorry, the diff of this file is not supported yet
32502