Fix indent
This commit is contained in:
parent
ab8bf124a1
commit
662465ff4f
@ -226,9 +226,10 @@ module.exports = exports = (log, loga, argv) ->
|
||||
displayName: extractUserInfo(argv.oauth2_DisplayNameField, 'params.user_id')
|
||||
}
|
||||
}
|
||||
cb(null, user)))
|
||||
cb(null, user)
|
||||
catch e
|
||||
console.error('*** Error extracting user info:', e)
|
||||
))
|
||||
|
||||
# Github Strategy
|
||||
if argv.github_clientID? and argv.github_clientSecret?
|
||||
|
Loading…
x
Reference in New Issue
Block a user