From 2556bdfaa9735490d4e6fb3b456e7ea5241b14e5 Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Mon, 24 Apr 2023 21:42:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20Fix=20valid=20ema?= =?UTF-8?q?ils=20not=20being=20validated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/colinhacks/zod/pull/2224 and https://github.com/colinhacks/zod/pull/2157 --- src/lib/InputEmail.svelte | 6 +++++- src/lib/types.ts | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/InputEmail.svelte b/src/lib/InputEmail.svelte index d2f680f..e210ef4 100644 --- a/src/lib/InputEmail.svelte +++ b/src/lib/InputEmail.svelte @@ -1,6 +1,7 @@