forecasting/frontend
jtricerolph f3e02c3867 Fix expired session showing EmbeddedFallback in portal iframe
When the JWT expired, AuthGate redirected window.location to /auth/login
which loaded inside the portal iframe. The portal detected window.self !==
window.top and showed the EmbeddedFallback ("This app isn't available yet")
instead of the login page.

Redirect window.top instead so the portal itself navigates to /login.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-09 20:19:36 +00:00
..
public Add favicon.svg for forecasting app 2026-07-05 09:22:13 +00:00
src Fix expired session showing EmbeddedFallback in portal iframe 2026-07-09 20:19:36 +00:00
Dockerfile Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
index.html Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
nginx.conf Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
package-lock.json Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
package.json Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
tsconfig.json Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
vite.config.ts Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00