fix
All checks were successful
/ upload (release) Successful in 1m36s

This commit is contained in:
pavel 2026-02-10 22:12:11 +01:00
commit 3d22ec6733

View file

@ -531,7 +531,7 @@ async function handleCallback() {
loginOverlay.classList.add('hidden');
try {
const response = await fetch(`${API_URL}/auth/callback?code=${code}&redirect_uri=${encodeURIComponent(AUTH_CONFIG.redirectUri)}`);
const response = await fetch(`/auth/callback?code=${code}&redirect_uri=${encodeURIComponent(AUTH_CONFIG.redirectUri)}`);
const data = await response.json();
if (data.access_token) {