Skip to content

Commit

Permalink
Merge pull request #3275 from thematters/fix/input-focus
Browse files Browse the repository at this point in the history
fix(form): remove tabIndex=-1 from <PasswordResetDialogButton>
  • Loading branch information
robertu7 authored Mar 15, 2023
2 parents 77364ad + 2075a2b commit d6b0863
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Forms/EmailLoginForm/Buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ export const PasswordResetDialogButton = ({
spacing={['xtight', 0]}
aria-haspopup="dialog"
onClick={gotoResetPassword}
tabIndex={-1}
>
<TextIcon color="green" weight="md">
{' '}
<FormattedMessage
defaultMessage="Forget Password"
description="src/components/Forms/EmailLoginForm/Buttons.tsx"
Expand Down

0 comments on commit d6b0863

Please sign in to comment.