diff --git a/src/routes/(auth)/reset-password/+page.svelte b/src/routes/(auth)/reset-password/+page.svelte index 05177f7..d5a9c9a 100644 --- a/src/routes/(auth)/reset-password/+page.svelte +++ b/src/routes/(auth)/reset-password/+page.svelte @@ -11,7 +11,6 @@ import * as Form from '$lib/components/ui/form'; import { Input } from '$lib/components/ui/input'; - import * as InputOTP from '$lib/components/ui/input-otp'; import { formConfirmationSchema, formSchema } from './schema'; @@ -140,15 +139,7 @@ {#snippet children({ props })} Code de confirmation - - {#snippet children({ cells })} - - {#each cells as cell} - - {/each} - - {/snippet} - + {/snippet}