Update AuthScreen.tsx
This commit is contained in:
@@ -181,17 +181,6 @@ export const AuthScreen: React.FC<AuthScreenProps> = ({ settings, onClientLogin,
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user