Skip to content

Commit

Permalink
Change word Ads to Sheets in the get login url response (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic authored Jul 26, 2024
1 parent 1ada8d5 commit e11d277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_sheets/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def get_login_url(
return {"login_url": "User is already authenticated"}

google_oauth_url = get_google_oauth_url(user_id, conv_uuid) # type: ignore
markdown_url = f"To navigate Google Ads waters, I require access to your account. Please [click here]({google_oauth_url}) to grant permission."
markdown_url = f"To navigate Google Sheets waters, I require access to your account. Please [click here]({google_oauth_url}) to grant permission."
return {"login_url": markdown_url}


Expand Down

0 comments on commit e11d277

Please sign in to comment.