Skip to content

Commit c41f0a2

Browse files
committed
Clean OpenCode auth callback page text
1 parent 3288ff6 commit c41f0a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/auth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)