fix(codex-oauth): scope account quota to auth center

This commit is contained in:
saladday
2026-07-14 02:57:35 -04:00
parent c7a2bff78b
commit bc180a3d9d
3 changed files with 77 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export function AuthCenterPanel() {
</div>
</div>
<CodexOAuthSection />
<CodexOAuthSection showAccountQuota />
</section>
</div>
);