From df1fc8fe0e7a61a7f7bc028f0a203e16a40c5c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez?= Date: Thu, 14 Mar 2024 18:24:36 +0100 Subject: [PATCH] redirects to eudr page after signin --- client/src/pages/auth/signin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/auth/signin.tsx b/client/src/pages/auth/signin.tsx index ddcce85aa..e76c015b4 100644 --- a/client/src/pages/auth/signin.tsx +++ b/client/src/pages/auth/signin.tsx @@ -44,7 +44,7 @@ const SignIn: NextPageWithLayout = () => { }); if (ok) { - router.push((router.query?.callbackUrl as string) || '/analysis/map', undefined, { + router.push((router.query?.callbackUrl as string) || '/eudr', undefined, { shallow: true, }); } else {