fix(ui): page reloads on wrong jwt in url

This commit is contained in:
Shekar Siri 2024-05-31 14:42:43 +02:00
parent d8a7ce70bf
commit c90b82e06f

View file

@ -99,10 +99,11 @@ const Router: React.FC<RouterProps> = (props) => {
useEffect(() => {
checkParams();
handleJwtFromUrl();
}, []);
useEffect(() => {
handleJwtFromUrl();
// handleJwtFromUrl();
handleDestinationPath();