refactor: Remove console logs and warnings from authentication and API handling
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user