Prevent focus on 'Trouble logging in?' link

environments/review-login-ux-h31osy/deployments/3343
Chewbacca 1 year ago
parent a35d95e9e3
commit a491c6acb8

@ -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?'

Loading…
Cancel
Save