@ -111,7 +111,6 @@ const Button = React.forwardRef<HTMLButtonElement | HTMLAnchorElement, IButton>(
|
||||
to={props.to}
|
||||
params={props.params}
|
||||
search={props.search}
|
||||
tabIndex={-1}
|
||||
>
|
||||
{buttonChildren}
|
||||
</Link>
|
||||
|
||||
@ -55,7 +55,7 @@ const LoginForm: React.FC<ILoginForm> = ({ isLoading, handleSubmit }) => {
|
||||
<FormGroup
|
||||
labelText={passwordLabel}
|
||||
hintText={
|
||||
<Link to='/reset-password' className='hover:underline' tabIndex={-1}>
|
||||
<Link to='/reset-password' className='hover:underline'>
|
||||
<FormattedMessage id='login.reset_password_hint' defaultMessage='Trouble logging in?' />
|
||||
</Link>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user