From 3d65cacddfff501b952f4ff1473e30fe69fc2c4f Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 1 Jun 2026 15:01:13 -0700 Subject: [PATCH] [eric] tools: drop personal gmail from the connected-account comment example --- backend/apps/tools_lib/tools_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/apps/tools_lib/tools_lib.py b/backend/apps/tools_lib/tools_lib.py index 8982a735..216e7f02 100644 --- a/backend/apps/tools_lib/tools_lib.py +++ b/backend/apps/tools_lib/tools_lib.py @@ -621,7 +621,7 @@ async def oauth_cloud_claim( tokens = data.get("tokens", {}) or {} tool = _load(tool_id) # Google's token endpoint doesn't include the user's email; fetch it - # from userinfo so the UI can show "you connected ericzeng@gmail.com" + # from userinfo so the UI can show "you connected you@gmail.com" # rather than the generic "Google account" placeholder. if tool.name.lower().startswith("google") and tokens.get("access_token") and not tokens.get("email"): try: