Skip to content

Commit

Permalink
remove user footer info from auth example
Browse files Browse the repository at this point in the history
looks a little weird
  • Loading branch information
tj committed Oct 10, 2012
1 parent aa1d476 commit 9edd8be
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/auth/views/foot.ejs
@@ -1,11 +1,2 @@
<footer>
<p>
<% if (user) { %>
Authenticated as <%= user %>, click to <a href="/logout">logout</a>.
<%} else {%>
<%= title %>
<% } %>
</p>
</footer>
</body>
</html>

0 comments on commit 9edd8be

Please sign in to comment.