Fix indent

This commit is contained in:
3wc 2024-10-30 22:39:20 -04:00
parent ab8bf124a1
commit 662465ff4f

View File

@ -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?