Merge branch 'login-ux' into 'develop'

Prevent focus on 'Trouble logging in?' link

See merge request soapbox-pub/soapbox!2505
This commit is contained in:
Chewbacca 2023-05-08 16:11:03 +00:00
commit da10423020

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