From 86f68c54d72cf2fa094965c044729d4733537296 Mon Sep 17 00:00:00 2001 From: frakarr Date: Fri, 9 Jan 2026 22:36:10 +0100 Subject: [PATCH] Update mockDb.ts --- services/mockDb.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/services/mockDb.ts b/services/mockDb.ts index 7c099b3..d26f576 100644 --- a/services/mockDb.ts +++ b/services/mockDb.ts @@ -23,7 +23,6 @@ async function request(endpoint: string, options: RequestInit = {}): Promise< headers, }); - // CORREZIONE VITALE: Se il token รจ scaduto (401), forza il logout immediato if (response.status === 401) { console.warn("Sessione scaduta. Logout in corso..."); CondoService.logout();