Skip to content

Commit

Permalink
Merge pull request #308 from Nika-code/remove-link-from-user-email
Browse files Browse the repository at this point in the history
[#305] Removed link from user email
  • Loading branch information
fey authored Sep 27, 2024
2 parents e36711f + a96d27f commit 5780315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/panels.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- End Switcher -->
<div class="navbar-nav" sec:authorize="isAuthenticated()">
<li class="nav-item">
<a class="nav-link" href="/" th:text="${#authentication.getName()}"></a>
<span class="d-block px-2 py-2 text-white-50" th:text="${#authentication.getName()}"></span>
</li>
<li class="nav-item">
<form th:action="@{/logout}" th:method="post">
Expand Down

0 comments on commit 5780315

Please sign in to comment.