mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
remove user footer info from auth example
looks a little weird
This commit is contained in:
@@ -1,11 +1,2 @@
|
||||
<footer>
|
||||
<p>
|
||||
<% if (user) { %>
|
||||
Authenticated as <%= user %>, click to <a href="/logout">logout</a>.
|
||||
<%} else {%>
|
||||
<%= title %>
|
||||
<% } %>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user