cp.nvim/lua
Barrett Ruth df934efb19
fix(submit): clear cached credentials on login failure
Problem: bad credentials were saved to cache before validation,
so subsequent `:CP submit` calls silently reused them instead of
re-prompting the user.

Solution: match `"Login failed"` in the submit error callback and
call `cache.clear_credentials()` so the next attempt re-prompts.
2026-03-05 13:26:29 -05:00
..
cp fix(submit): clear cached credentials on login failure 2026-03-05 13:26:29 -05:00