mirror of
https://github.com/Febbweiss/springboot-react-webpack.git
synced 2026-03-05 06:35:36 +00:00
Feature: adds Docker packaging with docker profile + Clean: unused dependencies and testing
This commit is contained in:
@@ -23,12 +23,9 @@
|
||||
<li><a href="#" th:href="@{/task}">Tasks</a></li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li th:if="${#authorization.expression('!isAuthenticated()')}">
|
||||
<li>
|
||||
<a href="/signin" th:href="@{/signin}">Sign in</a>
|
||||
</li>
|
||||
<li th:if="${#authorization.expression('isAuthenticated()')}">
|
||||
<a href="/logout" th:href="@{/logout}">Logout</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user