浏览代码

fix: gitlab baseurl typo (#934)

Nick 5 年之前
父节点
当前提交
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 {