inside login page : how to redirect another page & allow to authentication ??
<a sec:authorize="hasAnyAuthority('ROLE_USER')" th:href="@{/index}">
<p class="viewAccount" >
View Account
</p></a>
----------------------------------------------------------------------------------------------------------------------
<div sec:authorize="isAuthenticated()" id="id02" class="modal">
.......................................
</div>
Comments
Post a Comment