Explorar o código

fix: gitlab baseurl missing (#907)

Nick %!s(int64=6) %!d(string=hai) anos
pai
achega
bd24ff225b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      server/modules/authentication/gitlab/authentication.js

+ 1 - 0
server/modules/authentication/gitlab/authentication.js

@@ -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 {