fix/middleware authentication + bad merge
This commit is contained in:
4 files changed
+12
-23
No files matched your search
+1
-3
@@ -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>© 2025 RCalculator. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
<%- include("./partials/navBar") %>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in new issue
Block a user