Skip to content

Commit

Permalink
remove page
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jun 13, 2024
1 parent 7a4aac4 commit a0d826f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'<meta http-equiv="refresh" content="1;URL=../">',
Expand Down

0 comments on commit a0d826f

Please sign in to comment.