feat: add or condition for login creds

This commit is contained in:
Rohit
2025-01-21 23:41:28 +05:30
parent e33d7455c7
commit ee4ad0effd

View File

@@ -231,7 +231,7 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
/>
)}
{(robot.isLogin && credentialSelectors.length > 0) && (
{(robot.isLogin || credentialSelectors.length > 0) && (
<>
<Typography variant="h6" style={{ marginBottom: '20px' }}>
{t('Login Credentials')}