diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ed4bb64..9c6eae7 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -245,6 +245,7 @@ function App() { useEffect(() => { const params = new URL(document.location).searchParams; + console.log('params', params.toString()); setWidgetId(params.get('widgetId')); setMatrixUserId(params.get('userId')); }, []);