Skip to content

Commit c8efb1f

Browse files
committed
Edit LoginPage
1 parent 5e53741 commit c8efb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peerprep-fe/src/app/(main)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import LandingPage from './components/LandingPage';
33

44
// TODO: Replace with actual authentication logic
55
// change this to false to see landing page
6-
const isLoggedIn = false;
6+
const isLoggedIn = true;
77

88
export default function Home() {
99
return isLoggedIn ? <LoggedIn /> : <LandingPage />;

0 commit comments

Comments
 (0)