Skip to content

Commit

Permalink
rerun on step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jun 13, 2024
1 parent ada9b17 commit 8eacce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def google_sso_button():
st.query_params["state"] = ""
st.query_params["authuser"] = ""
st.query_params["prompt"] = ""
st.rerun()
# Get cookie of "code", if it exists
code = get_cookie("code", "get_code_cookie")
if code != "" and code is not None:
Expand Down

0 comments on commit 8eacce9

Please sign in to comment.