Skip to content

Commit

Permalink
try only setting token
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jun 13, 2024
1 parent 20dc29c commit c296749
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 @@ -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}")
Expand Down

0 comments on commit c296749

Please sign in to comment.