refactor: Remove console logs and warnings from authentication and API handling

This commit is contained in:
2025-11-02 13:53:29 -06:00
parent 886a3aeab3
commit 19472b840c
9 changed files with 8 additions and 77 deletions

View File

@@ -38,7 +38,6 @@
const isSecure = window.location.protocol === 'https:';
const secureFlag = isSecure ? '; Secure' : '';
document.cookie = `access_token=; path=/; expires=Thu, 01 Jan 1970 00:00:00 UTC; SameSite=Lax${secureFlag}`;
console.log('🧹 Cookies del cliente limpiadas');
}
}