From 79a3623d5c340dc84c7d68ccd5c3c9667e30feba Mon Sep 17 00:00:00 2001 From: Vins Date: Thu, 16 May 2024 16:34:22 +0200 Subject: [PATCH] redeploy front --- src/front/Components/Layouts/Login/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/front/Components/Layouts/Login/index.tsx b/src/front/Components/Layouts/Login/index.tsx index e5951e77..1642ef8a 100644 --- a/src/front/Components/Layouts/Login/index.tsx +++ b/src/front/Components/Layouts/Login/index.tsx @@ -15,6 +15,7 @@ import Confirm from "@Front/Components/DesignSystem/Modal/Confirm"; export default function Login() { const router = useRouter(); + const error = router.query["error"]; const [isErrorModalOpen, setIsErrorModalOpen] = useState(0);