Skip to content

Commit

Permalink
updated the logic the call identity on login
Browse files Browse the repository at this point in the history
  • Loading branch information
okeino committed Nov 21, 2023
1 parent 77e38db commit 2cf832c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/account/loginRedirect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export default function LoginRedirect(): JSX.Element {
analytics.track('User Logged in', {
accountType: 'User',
});
//const backRoute = router.query.back as string;
router.push(root.lang(route).discover.get());
}
//const backRoute = router.query.back as string;
router.push(root.lang(route).discover.get());
}, [router, route, data]);

return (
Expand Down

0 comments on commit 2cf832c

Please sign in to comment.