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>

View File

@@ -5,6 +5,9 @@ routes = [
{ pattern = "id.saladeaula.digital", custom_domain = true }
]
[placement]
mode = "smart"
[vars]
ISSUER_URL = "https://58tkjsb308.execute-api.sa-east-1.amazonaws.com"