Add oauth2_CallbackPort

This commit is contained in:
3wc 2022-11-22 19:28:45 -08:00
parent f04c99a73d
commit d5c4641074
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,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 = []