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.

' '
' '' ''