This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/apps/web
groombook-ci[bot] c91f29d542 fix(App.test): reorder auth guards to fix dev mode redirect
The App.tsx auth flow had needsSetup check before dev mode redirect,
causing needsSetup to remain null in dev mode (since the setup fetch
is skipped), which made the component return null instead of redirecting.

Fix: check needsSetup only in production mode, after dev mode guards.
Dev mode redirect to /login now works regardless of needsSetup state.

This fixes the App.test.tsx "Dev login selector" test failure.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-29 03:16:24 +00:00
..
2026-03-17 18:50:07 +00:00
2026-03-17 18:50:07 +00:00