From ca94cc8602965cfa83e7696db7944bb52836dd62 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 23 Jan 2025 16:44:50 -0500 Subject: [PATCH] Update web/components/SsoButton.ce.vue Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- web/components/SsoButton.ce.vue | 1 - 1 file changed, 1 deletion(-) 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');