From a0d826f0e9adcecb04c586dcff8b8a7c414ee921 Mon Sep 17 00:00:00 2001 From: Josh XT Date: Thu, 13 Jun 2024 13:11:27 -0400 Subject: [PATCH] remove page --- components/Auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Auth.py b/components/Auth.py index ae736b77..935d290f 100644 --- a/components/Auth.py +++ b/components/Auth.py @@ -338,7 +338,6 @@ def sso_redirect(provider: str): ): get_user() if "token" not in st.query_params and "code" not in st.query_params: - st.write("Redirecting to login page...") # Reload to ../ page st.markdown( f'',