From c296749dc9ce18e8389654a55868f4cef7a9e37a Mon Sep 17 00:00:00 2001 From: Josh XT Date: Wed, 12 Jun 2024 23:24:29 -0400 Subject: [PATCH] try only setting token --- components/Auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Auth.py b/components/Auth.py index 2843948d..689dba5e 100644 --- a/components/Auth.py +++ b/components/Auth.py @@ -69,7 +69,6 @@ def google_sso_button(): if details.startswith("http"): token = details.split("token=")[1] st.query_params["token"] = token - st.rerun() else: st.error(details) logging.error(f"Error with Google SSO: {details}")