docs(faq): use correct codex login --device-auth command

This commit is contained in:
Peter Steinberger
2026-01-03 14:13:18 +00:00
parent 48731f494b
commit 4e4655f607

View File

@@ -551,9 +551,9 @@ You can also configure `routing.queue.mode` to control how new messages interact
**Both are supported!** Codex CLI can auth via:
1. **Browser OAuth** → Uses your ChatGPT Pro/Plus subscription (no per-token cost)
1. **Browser/Device OAuth** → Uses your ChatGPT Pro/Plus subscription (no per-token cost)
```bash
codex auth
codex login --device-auth
# Opens browser, log in with your ChatGPT account
```