Prevent focus on 'Trouble logging in?' link

This commit is contained in:
Chewbacca 2023-05-05 15:15:59 -04:00
parent a35d95e9e3
commit a491c6acb8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const LoginForm: React.FC<ILoginForm> = ({ isLoading, handleSubmit }) => {
<FormGroup
labelText={passwordLabel}
hintText={
<Link to='/reset-password' className='hover:underline'>
<Link to='/reset-password' className='hover:underline' tabIndex={-1}>
<FormattedMessage
id='login.reset_password_hint'
defaultMessage='Trouble logging in?'