From 1041cd804446f8d9d8f2856bc00fcedbb2e1c77c Mon Sep 17 00:00:00 2001 From: David Arranz Date: Mon, 16 Sep 2024 12:35:24 +0200 Subject: [PATCH] . --- client/index.html | 1 - client/src/app/auth/LoginPage.tsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.html b/client/index.html index 83c10b6..0bc7085 100644 --- a/client/index.html +++ b/client/index.html @@ -3,7 +3,6 @@ - Uecko diff --git a/client/src/app/auth/LoginPage.tsx b/client/src/app/auth/LoginPage.tsx index 7f14477..f2ad344 100644 --- a/client/src/app/auth/LoginPage.tsx +++ b/client/src/app/auth/LoginPage.tsx @@ -21,6 +21,7 @@ import { AlertCircleIcon } from "lucide-react"; import { SubmitHandler, useForm } from "react-hook-form"; import { Trans } from "react-i18next"; import { Link } from "react-router-dom"; +import SpanishJoiMessages from "../../spanish-joi-messages.json"; type LoginDataForm = ILogin_DTO;