Commit bd24ff22 authored by Nick's avatar Nick

fix: gitlab baseurl missing (#907)

parent 4eda8d66
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment