Remove pal and login inputs

This commit is contained in:
Flatlogic Bot 2025-03-07 10:10:30 +00:00
parent 9a06b4751f
commit e6316ed9e2

View File

@ -236,13 +236,6 @@ const title = 'Welcome';
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'>