Compare commits

..

5 Commits

Author SHA1 Message Date
Flatlogic Bot
cf1ffa2e73 Forced merge: merge dev into master 2025-03-07 10:30:40 +00:00
Flatlogic Bot
4cdf9ba723 Revert to version e6316ed 2025-03-07 10:17:46 +00:00
Flatlogic Bot
9a35d292f7 Remove several elements on login page 2025-03-07 10:15:49 +00:00
Flatlogic Bot
e6316ed9e2 Remove pal and login inputs 2025-03-07 10:10:30 +00:00
Flatlogic Bot
9a06b4751f Logiin page: tiitle upd 2025-03-06 13:01:39 +00:00

View File

@ -50,7 +50,7 @@ export default function Login() {
remember: true,
});
const title = 'test3';
const title = 'Welcome';
// Fetch Pexels image/video
useEffect(() => {
@ -191,7 +191,7 @@ export default function Login() {
<div className='flex items-center justify-center flex-col space-y-4 w-full lg:w-full'>
<CardBox id='loginRoles' className='w-full md:w-3/5 lg:w-2/3'>
<Link href={'/home'}>
<h2 className='text-4xl font-semibold my-4'> test3</h2>
<h2 className='text-4xl font-semibold my-4'> Welcome</h2>
</Link>
<div className='flex flex-row text-gray-500 justify-between'>
@ -236,13 +236,6 @@ export default function Login() {
onSubmit={(values) => handleSubmit(values)}
>
<Form>
<FormField label='Login' help='Please enter your login'>
<Field name='email' />
</FormField>
<FormField label='Password' help='Please enter your password'>
<Field name='password' type='password' />
</FormField>
<div className={'flex justify-between'}>
<FormCheckRadio type='checkbox' label='Remember'>