We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1adaa8 commit d322254Copy full SHA for d322254
packages/web/src/routers/loaders.ts
@@ -73,7 +73,6 @@ export async function loadLoggedInData(args?: LoaderFunctionArgs) {
73
const isDayRoute = pathname.startsWith(ROOT_ROUTES.DAY);
74
75
if (!authenticated) {
76
- // Allow unauthenticated access to day view for new users
77
if (isDayRoute && !hasCompletedSignup) {
78
return { authenticated: false, skipOnboarding, hasCompletedSignup };
79
}
0 commit comments