From 92872aeffe90097dfea8a9cbb8381a93fe22e1c0 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Mon, 20 Apr 2026 21:50:58 +0300 Subject: [PATCH] \n --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index b11f99d..b41d237 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -38,7 +38,7 @@ function App() { const initiateDeviceFlow = async () => { try { setLoginStatus('Requesting code...'); - const proxyRoute = import.meta.env.DEV ? '/github-proxy' : 'https://proxy.corsfix.com/?https://github.com'; + const proxyRoute = import.meta.env.DEV ? '/github-proxy' : 'https://corsproxy.io/?url=https://github.com'; const res = await fetch(`${proxyRoute}/login/device/code`, { method: 'POST', headers: {