update skip item

This commit is contained in:
2025-08-18 14:27:17 -03:00
parent 3c46cdb917
commit 3ee190c66f
2 changed files with 4 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ export default function Index({}: Route.ComponentProps) {
<Checkbox
id="showPassword"
onClick={() => setShow((x) => !x)}
tabIndex={-1}
/>
<Label htmlFor="showPassword">Mostrar senha</Label>
</div>