Browse Source

fix: gitlab baseurl typo (#934)

pull/948/head
Nick 5 years ago
parent
commit
7f4e392877
1 changed files with 1 additions and 1 deletions
  1. 2
      server/modules/authentication/gitlab/authentication.js

2
server/modules/authentication/gitlab/authentication.js

@ -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…
Cancel
Save