Nick пре 6 година
родитељ
комит
7f4e392877
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      server/modules/authentication/gitlab/authentication.js

+ 1 - 1
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 {