File tree Expand file tree Collapse file tree
user-manager/service/src/main/webapp/WEB-INF/template Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 < li > < a th:href ="@{/logout} "> < i class ="i "> </ i > Logout</ a > </ li >
5555 </ ul >
5656 </ div >
57- < form th:if ="${session.login.isLoggedIn() == false and page != 'login' and page != 'register'} " class ="navbar-form pull-right " method ="POST " th:action ="@{/login} ">
58- < input type ="hidden " name ="token " th:value ="${csrfTokens.get().allocate()} " />
59- < input type ="hidden " name ="returnTo " th:value ="${#httpServletRequest.requestURL + ((#httpServletRequest.queryString) ? ('?' + #httpServletRequest.queryString) : '')} " />
60- < input class ="span2 " type ="text " name ="email " placeholder ="Email " />
61- < input class ="span2 " type ="password " name ="password " placeholder ="Password " />
62- < button type ="submit " class ="btn "> Login</ button >
63- </ form >
6457 </ div >
6558 </ div >
6659 </ div >
You can’t perform that action at this time.
0 commit comments