Index: client/src/contexts/AuthContext.jsx
===================================================================
--- client/src/contexts/AuthContext.jsx	(revision 14b864327f44d4c4ce6b285362d0b92e61e1cc72)
+++ client/src/contexts/AuthContext.jsx	(revision a1149415f75c007a41a02df0639cf82e73e5104f)
@@ -68,10 +68,4 @@
         if (inactiveTime > INACTIVITY_TIMEOUT) {
           supabase.auth.signOut();
-          setTimeout(() => {
-            const now = Date.now();
-            const readableTime = new Date(now).toLocaleString();
-
-            alert(`Logged out due to inactivity at ${readableTime}`);
-          }, 10);
         }
       }
