diff --git a/components/AuthScreen.tsx b/components/AuthScreen.tsx
index 0eea252..f68718b 100644
--- a/components/AuthScreen.tsx
+++ b/components/AuthScreen.tsx
@@ -181,19 +181,8 @@ export const AuthScreen: React.FC = ({ settings, onClientLogin,
)}
-
- {activeTab === 'agent' && (
-
- Demo: Usa mario@omni.ai / admin
-
- )}
- {activeTab === 'client' && !isRegistering && (
-
- Demo: Usa luca@client.com / user
-
- )}
);
-};
\ No newline at end of file
+};