Skip to content

Commit

Permalink
remove disabled attr
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Sep 2, 2024
1 parent a1cfae4 commit 3e4f348
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/Auth/SignIn/components/SignInForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ const SignInForm = ({ className, testid = 'form-signin' }: SignInFormProps): JSX
name="username"
label="Username"
labelPlacement="stacked"
disabled={isSubmitting}
maxlength={30}
autocomplete="off"
ref={focusInput}
Expand All @@ -112,9 +111,7 @@ const SignInForm = ({ className, testid = 'form-signin' }: SignInFormProps): JSX
name="password"
label="Password"
labelPlacement="stacked"
disabled={isSubmitting}
maxlength={30}
autoFocus
autocomplete="off"
data-testid={`${testid}-field-password`}
>
Expand Down

0 comments on commit 3e4f348

Please sign in to comment.