tweak: change location of openai oauth plugin

This commit is contained in:
Aiden Cline
2026-05-26 13:49:44 -05:00
parent 4862c3e765
commit 7cf13fcdf3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import {
extractAccountIdFromClaims,
extractAccountId,
type IdTokenClaims,
} from "../../src/plugin/codex"
} from "../../src/plugin/openai/codex"
function createTestJwt(payload: object): string {
const header = Buffer.from(JSON.stringify({ alg: "none" })).toString("base64url")