;
This commit is contained in:
parent
c205612e17
commit
b75795cac2
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ export function setupOAuthCallbackServerWithLongPoll(options: OAuthCallbackServe
|
|||
const postAuthRedirectUri = req.query.postAuthRedirectUri as string | undefined
|
||||
if (postAuthRedirectUri) {
|
||||
log(`Redirecting to post-auth redirect URI: ${postAuthRedirectUri}`)
|
||||
res.redirect(postAuthRedirectUri);
|
||||
res.redirect(postAuthRedirectUri)
|
||||
} else {
|
||||
res.send('Authorization successful! You may close this window and return to the CLI.')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue