Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed Jan 9, 2025
1 parent 8582039 commit 8836cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default async function Home() {
</main>
);
} catch (error) {
console.error(error);
redirect('/login');
}
}

0 comments on commit 8836cef

Please sign in to comment.