Skip to content

Commit 9934ef3

Browse files
jonasnevesclaude
andcommitted
Use shared GitHub OAuth app client ID (Ov23li3dnFMUNHbu1SjZ)
Required for neevs.io/auth/ token exchange to work correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b83a041 commit 9934ef3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

countries/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ <h2>${flag ? '<span class="flag-dot"></span>' : ''}${c.flag} ${c.name}</h2>
17451745
/* ── Chat panel ── */
17461746

17471747
const LOCAL_PROXY_URL = 'http://127.0.0.1:7337/claude';
1748-
const GITHUB_CLIENT_ID = 'Ov23lioKDt8Os7hdiSEh';
1748+
const GITHUB_CLIENT_ID = 'Ov23li3dnFMUNHbu1SjZ';
17491749
const OAUTH_CALLBACK_ORIGIN = 'https://neevs.io';
17501750
const GITHUB_API_URL = 'https://models.github.ai/inference/chat/completions';
17511751

earthquakes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ <h2>${flag ? '<span class="flag-dot"></span>' : ''}${q.place}</h2>
18011801
/* ── Chat panel ── */
18021802

18031803
const LOCAL_PROXY_URL = 'http://127.0.0.1:7337/claude';
1804-
const GITHUB_CLIENT_ID = 'Ov23lioKDt8Os7hdiSEh';
1804+
const GITHUB_CLIENT_ID = 'Ov23li3dnFMUNHbu1SjZ';
18051805
const OAUTH_CALLBACK_ORIGIN = 'https://neevs.io';
18061806
const GITHUB_API_URL = 'https://models.github.ai/inference/chat/completions';
18071807

hospital-risk-explorer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ <h2>${flag ? '<span class="flag-dot"></span>' : ''}${h.name}</h2>
19781978
/* ── Chat panel ── */
19791979

19801980
const LOCAL_PROXY_URL = 'http://127.0.0.1:7337/claude';
1981-
const GITHUB_CLIENT_ID = 'Ov23lioKDt8Os7hdiSEh';
1981+
const GITHUB_CLIENT_ID = 'Ov23li3dnFMUNHbu1SjZ';
19821982
const OAUTH_CALLBACK_ORIGIN = 'https://neevs.io';
19831983
const GITHUB_API_URL = 'https://models.github.ai/inference/chat/completions';
19841984

0 commit comments

Comments
 (0)