update skip item
This commit is contained in:
@@ -121,6 +121,7 @@ export default function Index({}: Route.ComponentProps) {
|
|||||||
<Checkbox
|
<Checkbox
|
||||||
id="showPassword"
|
id="showPassword"
|
||||||
onClick={() => setShow((x) => !x)}
|
onClick={() => setShow((x) => !x)}
|
||||||
|
tabIndex={-1}
|
||||||
/>
|
/>
|
||||||
<Label htmlFor="showPassword">Mostrar senha</Label>
|
<Label htmlFor="showPassword">Mostrar senha</Label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ routes = [
|
|||||||
{ pattern = "id.saladeaula.digital", custom_domain = true }
|
{ pattern = "id.saladeaula.digital", custom_domain = true }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[placement]
|
||||||
|
mode = "smart"
|
||||||
|
|
||||||
[vars]
|
[vars]
|
||||||
ISSUER_URL = "https://58tkjsb308.execute-api.sa-east-1.amazonaws.com"
|
ISSUER_URL = "https://58tkjsb308.execute-api.sa-east-1.amazonaws.com"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user