Files
stack/apps
Jason Woltje 2235758d26 fix(web): remove root redirect so dashboard renders at /
The root app/page.tsx was intercepting the / route and redirecting
authenticated users to /tasks, preventing the dashboard page in
(authenticated)/page.tsx from rendering. Removing it lets the
route group's auth guard handle both cases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 19:36:14 -06:00
..