Skip to content

Commit

Permalink
attempt to correct redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
seplee committed Apr 14, 2024
1 parent e7438cc commit d89efc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def login():

# Use library to construct the request for Google login and provide
# scopes that let you retrieve user's profile from Google
redirect_uri = "https://drive-gooder.com/api"
redirect_uri = "https://drive-gooder.com/api/login"
# print(f'callback uri: {request.base_url + "/callback"}')
print(f'callback uri: {redirect_uri + "/callback"}')
request_uri = client.prepare_request_uri(
Expand Down

0 comments on commit d89efc2

Please sign in to comment.