log query params
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 38s
Details
This commit is contained in:
parent
8b76b78153
commit
bcb03eb452
|
@ -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'));
|
||||
}, []);
|
||||
|
|
Loading…
Reference in New Issue