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:
commit
da10423020
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue