diff --git a/frontend/app/Router.tsx b/frontend/app/Router.tsx index a7c3375b0..48bc7d351 100644 --- a/frontend/app/Router.tsx +++ b/frontend/app/Router.tsx @@ -99,10 +99,11 @@ const Router: React.FC = (props) => { useEffect(() => { checkParams(); + handleJwtFromUrl(); }, []); useEffect(() => { - handleJwtFromUrl(); + // handleJwtFromUrl(); handleDestinationPath();