MCPcopy Index your code
hub / github.com/anomalyco/opencode / renderOAuthError

Function renderOAuthError

packages/opencode/src/plugin/openai/codex.ts:142–142  ·  view source on GitHub ↗
(error: string)

Source from the content-addressed store, hash-verified

140
141// Kept as a named export for plugin.codex tests; delegates to the shared branded page.
142export const renderOAuthError = (error: string) => OauthCallbackPage.error(error, { provider: "ChatGPT" })
143
144interface PendingOAuth {
145 pkce: PkceCodes

Callers 2

codex.test.tsFile · 0.90
startOAuthServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected