File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export function startAuthFlow(timeoutMs = AUTH_TIMEOUT): Promise<AuthResult> {
110110 <head><title>Success</title></head>
111111 <body style="font-family: system-ui; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; background: #0a0a0a; color: #fafafa;">
112112 <div style="text-align: center;">
113- <h1 style="color: #22c55e;">✓ Connected!</h1>
113+ <h1 style="color: #22c55e;">Connected!</h1>
114114 <p>You can close this window and return to your terminal.</p>
115115 </div>
116116 </body>
@@ -128,7 +128,7 @@ export function startAuthFlow(timeoutMs = AUTH_TIMEOUT): Promise<AuthResult> {
128128 <head><title>Error</title></head>
129129 <body style="font-family: system-ui; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; background: #0a0a0a; color: #fafafa;">
130130 <div style="text-align: center;">
131- <h1 style="color: #ef4444;">✗ Connection Failed</h1>
131+ <h1 style="color: #ef4444;">Connection Failed</h1>
132132 <p>No API key received. Please try again.</p>
133133 </div>
134134 </body>
You can’t perform that action at this time.
0 commit comments