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;