Commit cb2d1b5f by Ivana Huckova Committed by GitHub

Fix typo (#25332)

parent 927e6989
...@@ -49,7 +49,7 @@ export const LoginForm: FC<Props> = ({ displayForgotPassword, onSubmit, isLoggin ...@@ -49,7 +49,7 @@ export const LoginForm: FC<Props> = ({ displayForgotPassword, onSubmit, isLoggin
name="password" name="password"
type="password" type="password"
placeholder={passwordHint} placeholder={passwordHint}
ref={register({ required: 'Password is requireed' })} ref={register({ required: 'Password is required' })}
aria-label={selectors.pages.Login.password} aria-label={selectors.pages.Login.password}
/> />
</Field> </Field>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment