Skip to content

Commit

Permalink
redirects to eudr page after signin
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Mar 14, 2024
1 parent 72db26b commit df1fc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/auth/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit df1fc8f

Please sign in to comment.