Skip to content

Commit

Permalink
Change gmail retrieve auth token method to return an empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmx81 committed Nov 11, 2024
1 parent 93b45b7 commit 4dd6c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/tools/gmail/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def retrieve_auth_token(
),
)

return ""

def try_refresh_token(
self, session: DBSessionDep, user_id: str, tool_auth: ToolAuthModel
) -> bool:
Expand Down

0 comments on commit 4dd6c68

Please sign in to comment.