fix: gitlab baseurl typo (#934)

pull/948/head
Nick 6 years ago
parent 427e535950
commit 7f4e392877

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

Loading…
Cancel
Save