mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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"
|
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user