Skip to content

Commit 2f1f05a

Browse files
Merge main into feature/splitSessions
2 parents e3a3145 + e1b0ce8 commit 2f1f05a

File tree

1 file changed

+0
-5
lines changed
  • plugins/core/jetbrains-community/resources/oauthCallback

1 file changed

+0
-5
lines changed

plugins/core/jetbrains-community/resources/oauthCallback/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ <h4>Request denied</h4>
8787
'footerText'
8888
).innerText = `You can close this window and start using ${productName}`
8989

90-
const redirectUri = params.get('redirectUri')
91-
if (redirectUri) {
92-
window.location.replace(redirectUri)
93-
}
94-
9590
function showErrorMessage(errorText) {
9691
document.getElementById('approved-auth').classList.add('hidden')
9792
document.getElementById('denied-auth').classList.remove('hidden')

0 commit comments

Comments
 (0)