Skip to content

Commit

Permalink
adding register menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
cmullercejas committed Feb 5, 2020
1 parent 23f3c0e commit c448e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/WEB-INF/tags/menu.tag
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<ul class="nav navbar-nav navbar-right">
<sec:authorize access="!isAuthenticated()">
<li><a href="<c:url value="/login" />">Login</a></li>
<li><a href="<c:url value="/register" />">Register</a></li>
</sec:authorize>
<sec:authorize access="isAuthenticated()">
<li class="dropdown"><a href="#" class="dropdown-toggle"
Expand Down

0 comments on commit c448e9c

Please sign in to comment.