Update AuthScreen.tsx

This commit is contained in:
fcarraUniSa
2026-02-17 00:47:42 +01:00
committed by GitHub
parent 81e6f51cd0
commit e0c47dbf49

View File

@@ -181,19 +181,8 @@ export const AuthScreen: React.FC<AuthScreenProps> = ({ settings, onClientLogin,
</p>
</div>
)}
{activeTab === 'agent' && (
<div className="mt-6 text-center bg-blue-50 p-2 rounded text-xs text-blue-700">
Demo: Usa <b>mario@omni.ai</b> / <b>admin</b>
</div>
)}
{activeTab === 'client' && !isRegistering && (
<div className="mt-6 text-center bg-gray-50 p-2 rounded text-xs text-gray-700">
Demo: Usa <b>luca@client.com</b> / <b>user</b>
</div>
)}
</div>
</div>
</div>
);
};
};