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.
1 parent 6b56f0b commit 80ec126Copy full SHA for 80ec126
packages/core/src/auth/sso/vue/index.html
@@ -78,11 +78,6 @@ <h4>Request denied</h4>
78
'footerText'
79
).innerText = `You can close this window and start using ${productName}`
80
81
- const redirectUri = params.get('redirectUri')
82
- if (redirectUri) {
83
- window.location.replace(redirectUri)
84
- }
85
-
86
function showErrorMessage(errorText) {
87
document.getElementById('approved-auth').classList.add('hidden')
88
document.getElementById('denied-auth').classList.remove('hidden')
0 commit comments