Skip to content

Commit

Permalink
Add oauth2_CallbackPort
Browse files Browse the repository at this point in the history
  • Loading branch information
3-w-c authored and 3wc committed Oct 31, 2024
1 parent 8c08b72 commit 6d6a7ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/social.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ module.exports = exports = (log, loga, argv) ->
callbackHost = callbackHost + ":" + url.parse(argv.url).port
else
callbackHost = url.parse(argv.url).host
if argv.oauth2_CallbackPort?
callbackHost = callbackHost + ":" + argv.oauth2_CallbackPort

ids = []

Expand Down

0 comments on commit 6d6a7ee

Please # to comment.