diff --git a/apps/pwa/src/App.tsx b/apps/pwa/src/App.tsx index 719b957..d87a04e 100644 --- a/apps/pwa/src/App.tsx +++ b/apps/pwa/src/App.tsx @@ -78,7 +78,23 @@ function OidcRedirect() { useEffect(() => { window.location.replace('/api/login'); }, []); - return