File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 </ ul >
5555 < ul class ="navbar-nav mr-auto " sec:authorize ="isAnonymous() ">
5656 < li class ="nav-item ">
57- < a class ="nav-link " th:href ="@{/user/register} ">
57+ < a class ="nav-link " th:href ="@{/user/register/ } ">
5858 < i class ="fas fa-user "> </ i >
5959 < span th:text ="#{layout.page.register} "> Register as New User</ span >
6060 </ a >
6161 </ li >
6262 < li class ="nav-item ">
63- < a class ="nav-link " th:href ="@{/user/login} ">
63+ < a class ="nav-link " th:href ="@{/user/login/ } ">
6464 < i class ="fas fa-sign-in-alt "> </ i >
6565 < span th:text ="#{layout.page.login} "> Login</ span >
6666 </ a >
6767 </ li >
6868 < li class ="nav-item ">
69- < a class ="nav-link " th:href ="@{/user/resetPassword} ">
69+ < a class ="nav-link " th:href ="@{/user/resetPassword/ } ">
7070 < i class ="fas fa-question-circle "> </ i >
7171 < span th:text ="#{layout.page.passwordForgotten} "> Password forgotten?</ span >
7272 </ a >
You can’t perform that action at this time.
0 commit comments