mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
Fix typo (#25332)
This commit is contained in:
parent
927e698993
commit
cb2d1b5f93
@ -49,7 +49,7 @@ export const LoginForm: FC<Props> = ({ displayForgotPassword, onSubmit, isLoggin
|
||||
name="password"
|
||||
type="password"
|
||||
placeholder={passwordHint}
|
||||
ref={register({ required: 'Password is requireed' })}
|
||||
ref={register({ required: 'Password is required' })}
|
||||
aria-label={selectors.pages.Login.password}
|
||||
/>
|
||||
</Field>
|
||||
|
Loading…
Reference in New Issue
Block a user