fix: remove duplicate openai codex oauth export

This commit is contained in:
Junebugg1214 2026-03-17 20:53:16 -04:00
parent 60b21cbd02
commit 7e290811c0

View File

@ -64,4 +64,3 @@ export async function loginOpenAICodexOAuth(params: {
throw err;
}
}
export { loginOpenAICodexOAuth } from "../plugins/provider-openai-codex-oauth.js";