Just a bug fix

This commit is contained in:
nicoagostini committed 2025-05-05 18:17:35 -07:00
1 parent d0aa7a0fbd
commit 6819b82723
8 files changed
+38 -7

No files matched your search

+1
View File
@@ -10,6 +10,7 @@
<body>
<%- include("./partials/header") %>
<% if (session.authenticated) { console.log(session.email); } else { console.log("No user"); } %>
<main>
The Dashboard Page
</main>