This commit is contained in:
David Arranz 2024-09-16 12:21:24 +02:00
parent 7e8d369162
commit a124aabb8c

View File

@ -21,7 +21,6 @@ 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;