Add oauth2_CallbackPort

This commit is contained in:
3wc 2022-11-22 19:28:45 -08:00 committed by 3wc
parent a38a1be4b7
commit 9c8d8c89ca
1 changed files with 2 additions and 0 deletions

View File

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