remove user footer info from auth example

looks a little weird
This commit is contained in:
TJ Holowaychuk
2012-10-09 19:20:30 -07:00
parent aa1d47600a
commit 9edd8be520

View File

@@ -1,11 +1,2 @@
<footer>
<p>
<% if (user) { %>
Authenticated as <%= user %>, click to <a href="/logout">logout</a>.
<%} else {%>
<%= title %>
<% } %>
</p>
</footer>
</body>
</html>