Skip to content

Commit

Permalink
fix: remove redirectUri since it's no longer needed (#4584)
Browse files Browse the repository at this point in the history
Requested from external customer on internal discussion thread 
aws/aws-toolkit-vscode#5171
  • Loading branch information
rli committed Jun 20, 2024
1 parent 897ef40 commit e1b0ce8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ <h4>Request denied</h4>
'footerText'
).innerText = `You can close this window and start using ${productName}`

const redirectUri = params.get('redirectUri')
if (redirectUri) {
window.location.replace(redirectUri)
}

function showErrorMessage(errorText) {
document.getElementById('approved-auth').classList.add('hidden')
document.getElementById('denied-auth').classList.remove('hidden')
Expand Down

0 comments on commit e1b0ce8

Please sign in to comment.