Remove text from login page

This commit is contained in:
Flatlogic Bot 2025-03-05 15:27:29 +00:00
parent fee31c592c
commit 9b501a8b02

View File

@ -194,39 +194,6 @@ export default function Login() {
<h2 className='text-4xl font-semibold my-4'> test3</h2> <h2 className='text-4xl font-semibold my-4'> test3</h2>
</Link> </Link>
<div className='flex flex-row text-gray-500 justify-between'>
<div>
<p className='mb-2'>
Use{' '}
<code
className={`cursor-pointer ${textColor} `}
onClick={(e) => setLogin(e.target)}
>
admin@flatlogic.com
</code>{' '}
to login as Admin
</p>
<p>
Use{' '}
<code
className={`cursor-pointer ${textColor} `}
onClick={(e) => setLogin(e.target)}
>
client@hello.com
</code>{' '}
to login as User
</p>
</div>
<div>
<BaseIcon
className={`${iconsColor}`}
w='w-16'
h='h-16'
size={48}
path={mdiInformation}
/>
</div>
</div>
</CardBox> </CardBox>
<CardBox className='w-full md:w-3/5 lg:w-2/3'> <CardBox className='w-full md:w-3/5 lg:w-2/3'>