update skip item
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user