소스 검색

fix: gitlab baseurl missing (#907)

Nick 6 년 전
부모
커밋
bd24ff225b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {