diff --git a/sprite/lib/common.sh b/sprite/lib/common.sh index 527ca772..9cbe8282 100644 --- a/sprite/lib/common.sh +++ b/sprite/lib/common.sh @@ -213,7 +213,7 @@ try_oauth_flow() { # Use a simpler nc approach - pipe response while capturing request ( - local success_response='HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nConnection: close\r\n\r\n

Authentication Successful!

You can close this window and return to your terminal.

' + local success_response='HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nConnection: close\r\n\r\n

Authentication Successful!

Redirecting back to terminal...

This tab will close automatically

' while true; do # Listen and capture just the first line of the request, then respond