Explorar el Código

fix: gitlab baseurl missing (#907)

Nick hace 6 años
padre
commit
bd24ff225b
Se han modificado 1 ficheros con 1 adiciones y 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 {