[codex] Fix Codex OAuth status auth label (#76197)

Merged via squash.

Prepared head SHA: a0168232b5
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
This commit is contained in:
Mariano
2026-05-02 20:34:00 +02:00
committed by GitHub
parent 38990c0e09
commit ba5723d38b
5 changed files with 130 additions and 19 deletions

View File

@@ -213,7 +213,7 @@ export function buildPreferredClawHubSpec(raw: string): string | null {
}
function normalizeReadinessPhase(readiness: ClawHubPackageReadiness): string {
return normalizeLowercaseStringOrEmpty(String(readiness.phase ?? readiness.status ?? ""));
return normalizeLowercaseStringOrEmpty(readiness.phase ?? readiness.status ?? "");
}
export function isClawHubReadinessInstallReady(