Skip to content

Commit

Permalink
replace ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jun 13, 2024
1 parent 669077b commit dd40863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def google_sso_button():
response = requests.post(
f"{auth_uri}/v1/oauth2/google",
json={
"code": st.session_state["code"],
"code": code,
"referrer": magic_link_uri,
},
)
Expand Down

0 comments on commit dd40863

Please sign in to comment.