fix: remove stale TODO(#2041) reference (issue is closed) (#2280)

The PKCE migration TODO referenced closed issue #2041. The TODO
itself is still valid (DigitalOcean still doesn't support PKCE),
so keep the migration checklist but drop the issue number.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
This commit is contained in:
A 2026-03-07 04:49:34 -08:00 committed by GitHub
parent 92e8618d20
commit bf28ccde87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ const DO_OAUTH_TOKEN = "https://cloud.digitalocean.com/v1/oauth/token";
// 5. This is the same pattern used by: gh CLI (GitHub), doctl (DigitalOcean),
// gcloud (Google), and az (Azure).
//
// TODO(#2041): PKCE migration — monitor and migrate when DigitalOcean adds support.
// TODO: PKCE migration — monitor and migrate when DigitalOcean adds support.
// Last checked: 2026-03 — PKCE without client_secret returns 401 invalid_request.
// Check status: POST to /v1/oauth/token with code_verifier but WITHOUT client_secret.
// If it succeeds, migrate using this checklist: