Skip to content

Commit

Permalink
fix: gitlab baseurl typo (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Jul 24, 2019
1 parent 427e535 commit 7f4e392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/modules/authentication/gitlab/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7f4e392

Please sign in to comment.