Update web/components/SsoButton.ce.vue

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Eli Bosley
2025-01-23 16:44:50 -05:00
parent f560df0270
commit ca94cc8602

View File

@@ -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');