fix: gitlab baseurl typo (#934)

This commit is contained in:
Nick 2019-07-23 21:21:24 -04:00
parent 427e535950
commit 7f4e392877

View File

@ -14,7 +14,7 @@ module.exports = {
clientID: conf.clientId,
clientSecret: conf.clientSecret,
callbackURL: conf.callbackURL,
baseUrl: conf.baseUrl,
baseURL: conf.baseUrl,
scope: ['read_user']
}, async (accessToken, refreshToken, profile, cb) => {
try {