Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 1, 2021
1 parent e7c34fd commit b43e7dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/server/lib/oauth/callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ export default async function oAuthCallback (req, csrfToken) {
profileData = await client.get(provider, accessToken, results)
}

return _getProfile({
profileData, provider, tokens, user
})
return _getProfile({ profileData, provider, tokens, user })
} catch (error) {
logger.error('OAUTH_GET_ACCESS_TOKEN_ERROR', error, provider.id, code)
throw error
Expand Down

0 comments on commit b43e7dc

Please sign in to comment.