Skip to content

Commit

Permalink
Google login
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavsulc committed Jun 13, 2024
1 parent d6d4a9c commit 74d7776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapi/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def callback():
token_url, headers, body = client.prepare_token_request(
token_endpoint,
authorization_response=request.url,
redirect_url=request.base_url,
redirect_url=GOOGLE_REDIRECT_URI,#request.base_url,
code=code
)
token_response = requests.post(
Expand Down

0 comments on commit 74d7776

Please sign in to comment.