fix: update password input placeholder for better security indication
This commit is contained in:
parent
04bff9773a
commit
4e18cd1c49
@ -52,7 +52,7 @@ export default function Login() {
|
|||||||
required
|
required
|
||||||
tabIndex={2}
|
tabIndex={2}
|
||||||
autoComplete="current-password"
|
autoComplete="current-password"
|
||||||
placeholder="Password"
|
placeholder="********"
|
||||||
/>
|
/>
|
||||||
<InputError message={errors.password} />
|
<InputError message={errors.password} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user