fix/middleware authentication + bad merge

This commit is contained in:
SowinskiBraeden committed 2025-05-05 18:34:19 -07:00
1 parent a446943d4a
commit 7c7098636a
4 files changed
+12 -23

No files matched your search

+1 -3
View File
@@ -9,9 +9,8 @@
</head>
<body>
<%- include("./partials/header") %>
<% if (session.authenticated) { console.log(session.email); } else { console.log("No user"); } %>
<main>
<%= user.email %>
The Dashboard Page
</main>
<footer>
@@ -20,7 +19,6 @@
<p>&copy; 2025 RCalculator. All rights reserved.</p>
</div>
</div>
<%- include("./partials/navBar") %>
</footer>
</body>