Skip to content

Commit d322254

Browse files
tyler-daneCopilot
andauthored
Update packages/web/src/routers/loaders.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f1adaa8 commit d322254

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/web/src/routers/loaders.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export async function loadLoggedInData(args?: LoaderFunctionArgs) {
7373
const isDayRoute = pathname.startsWith(ROOT_ROUTES.DAY);
7474

7575
if (!authenticated) {
76-
// Allow unauthenticated access to day view for new users
7776
if (isDayRoute && !hasCompletedSignup) {
7877
return { authenticated: false, skipOnboarding, hasCompletedSignup };
7978
}

0 commit comments

Comments
 (0)