Se configuro el formulario de agentes aduanales como autocompletar off para que no guarde datos del navegador
This commit is contained in:
@@ -196,6 +196,7 @@
|
||||
</Dialog.Description>
|
||||
</Dialog.Header>
|
||||
|
||||
<form autocomplete="off" onsubmit={(e) => e.preventDefault()}>
|
||||
<div class="grid gap-6 py-4">
|
||||
<div class="space-y-4">
|
||||
<h4 class="text-sm leading-none font-medium text-muted-foreground">Identificación</h4>
|
||||
@@ -404,6 +405,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<Dialog.Footer>
|
||||
<Button variant="outline" onclick={() => (open = false)} disabled={loading}>Cancelar</Button>
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
</Dialog.Description>
|
||||
</Dialog.Header>
|
||||
|
||||
<form onsubmit={handleSubmit} class="space-y-6">
|
||||
<form onsubmit={handleSubmit} autocomplete="off" class="space-y-6">
|
||||
{#if error}
|
||||
<div
|
||||
class="rounded-lg border border-destructive bg-destructive/10 p-3 text-sm text-destructive"
|
||||
|
||||
Reference in New Issue
Block a user