We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e53741 commit c8efb1fCopy full SHA for c8efb1f
peerprep-fe/src/app/(main)/page.tsx
@@ -3,7 +3,7 @@ import LandingPage from './components/LandingPage';
3
4
// TODO: Replace with actual authentication logic
5
// change this to false to see landing page
6
-const isLoggedIn = false;
+const isLoggedIn = true;
7
8
export default function Home() {
9
return isLoggedIn ? <LoggedIn /> : <LandingPage />;
0 commit comments