Skip to content

Commit

Permalink
fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jun 13, 2024
1 parent cf0cabc commit a66a9ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/Auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ def google_sso_button():
else:
st.error(magic_link)
logging.error(f"Error with Google SSO: {magic_link}")
else:
st.error(response.text)
logging.error(f"Error with Google SSO: {response.text}")
st.stop()


def get_user():
Expand Down

0 comments on commit a66a9ef

Please sign in to comment.