Commit 7f4e3928 authored by Nick's avatar Nick

fix: gitlab baseurl typo (#934)

parent 427e5359
......@@ -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 {
......
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