From fcc337c848d05c9dbf8bec61c1673e2c6308dde2 Mon Sep 17 00:00:00 2001 From: abccodes Date: Thu, 25 Jun 2026 18:04:57 -0700 Subject: [PATCH] [aidan] fix/oauth: drop hardcoded "Claude" from the connect success page --- backend/apps/agents/9router_gpt5_patch.js | 2 +- backend/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/apps/agents/9router_gpt5_patch.js b/backend/apps/agents/9router_gpt5_patch.js index f5295d54..c236c2c7 100644 --- a/backend/apps/agents/9router_gpt5_patch.js +++ b/backend/apps/agents/9router_gpt5_patch.js @@ -55,7 +55,7 @@ const _http = require('http'); const closePage = '' + - 'You can close this tab, and any other Claude login tab still open.'; + 'You can close this tab, and any other login tab still open.'; http.Server.prototype.emit = function patchedEmit(event, req, res) { if (event === 'request' && req && res) { try { diff --git a/backend/main.py b/backend/main.py index 6933f555..470c9ded 100644 --- a/backend/main.py +++ b/backend/main.py @@ -454,7 +454,7 @@ _SUCCESS_HTML = ( '
' '
' '

Connected!

' - '

You can close this tab, and any other Claude login tab still open.

' + '

You can close this tab, and any other login tab still open.

' '
' '' ''