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
Flea Flicker 672938936b fix: show login page before needsSetup guard for unauthenticated users
Unauthenticated users saw a blank screen because the needsSetup null-guard
fired before the LoginPage render check. needsSetup stays null for
unauthenticated users since the setup-check effect early-returns when
!session. Now the login check runs first so users see the login page.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-29 19:37:55 +00:00
..