Fix path for stored API keys in documentation

This commit is contained in:
ddupont
2025-11-18 11:12:08 -05:00
committed by GitHub
parent cb81fddd74
commit facfec6579

View File

@@ -199,7 +199,7 @@ Yes. All commands support non-interactive mode with `--api-key` flags, and the C
<details>
<summary><strong>Where are my credentials stored?</strong></summary>
API keys are stored in `~/.config/cua/cli.sqlite` using a local SQLite database. They never leave your machine. Use `cua auth logout` to clear stored credentials.
API keys are stored in `~/.cua/cli.sqlite` using a local SQLite database. They never leave your machine. Use `cua auth logout` to clear stored credentials.
</details>