Skip to content

Commit

Permalink
fixed the email input erroring (#2692)
Browse files Browse the repository at this point in the history
  • Loading branch information
markgol777 authored Nov 22, 2024
1 parent bd886f7 commit 8653c33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/containers/guest-home-page/login-form/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const LoginForm: React.FC<LoginFormProps> = ({
return (
<Box component='form' onSubmit={handleSubmit} sx={styles.form}>
<AppTextField
autoFocus
data-testid={'email'}
errorMsg={t(errors.email ?? '')}
fullWidth
Expand Down

0 comments on commit 8653c33

Please sign in to comment.