fix: gitlab baseurl missing (#907)

This commit is contained in:
Nick 2019-07-13 01:57:50 -04:00
parent 4eda8d6635
commit bd24ff225b

View File

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