fix: gitlab baseurl typo (#934)
This commit is contained in:
parent
427e535950
commit
7f4e392877
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user