Browse Source

admin menu now shows actual username instead of dummy name

master
Rohan Sircar 5 years ago
parent
commit
87783f2463
  1. 2
      chatto/src/main/resources/templates/fragments/admin.html

2
chatto/src/main/resources/templates/fragments/admin.html

@ -329,7 +329,7 @@
<!-- Nav Item - User Information -->
<li class="nav-item dropdown no-arrow">
<a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="mr-2 d-none d-lg-inline text-white small">Valerie Luna</span>
<span class="mr-2 d-none d-lg-inline text-white small" th:text="${#authentication.name}">Valerie Luna</span>
<img class="img-profile rounded-circle" src="https://source.unsplash.com/QAB-WJcbgJk/60x60">
</a>
<!-- Dropdown - User Information -->

Loading…
Cancel
Save