log query params
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s Details

This commit is contained in:
Ladd Hoffman 2024-04-24 17:47:13 -05:00
parent 8b76b78153
commit bcb03eb452
1 changed files with 1 additions and 0 deletions

View File

@ -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'));
}, []);