diff --git a/web/components/SsoButton.ce.vue b/web/components/SsoButton.ce.vue index 92592aabb..cdfb41706 100644 --- a/web/components/SsoButton.ce.vue +++ b/web/components/SsoButton.ce.vue @@ -92,7 +92,6 @@ onMounted(async () => { enterCallbackTokenIntoField(tokenBody.access_token); if (window.location.search) { window.history.replaceState({}, document.title, window.location.pathname); - window.location.search = ''; } } else { throw new Error('Failed to fetch token');