Skip to content

Commit

Permalink
testing some idea
Browse files Browse the repository at this point in the history
  • Loading branch information
katemat committed Jul 16, 2020
1 parent 2b61c8a commit 7793928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</form>
</div>
<% } else { %>
<p class="user-name">Hello, <%= user.username %>.</p>
<p class="user-name">Hello, <%= user.username %></p>
<form action="/logout">
<button>LOG OUT</button>
</form>
Expand Down

0 comments on commit 7793928

Please sign in to comment.