We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3a3145 + e1b0ce8 commit 2f1f05aCopy full SHA for 2f1f05a
plugins/core/jetbrains-community/resources/oauthCallback/index.html
@@ -87,11 +87,6 @@ <h4>Request denied</h4>
87
'footerText'
88
).innerText = `You can close this window and start using ${productName}`
89
90
- const redirectUri = params.get('redirectUri')
91
- if (redirectUri) {
92
- window.location.replace(redirectUri)
93
- }
94
-
95
function showErrorMessage(errorText) {
96
document.getElementById('approved-auth').classList.add('hidden')
97
document.getElementById('denied-auth').classList.remove('hidden')
0 commit comments