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