We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eabb44 commit ea4c669Copy full SHA for ea4c669
dashboard-web-app/src/main/resources/static/index.html
@@ -33,7 +33,7 @@
33
Welcome {{username}}
34
</a>
35
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
36
- <a class="dropdown-item" href="#/logout" target="_blank">Logout</a>
+ <a class="dropdown-item" href="logout" target="_blank">Logout</a>
37
</div>
38
</li>
39
<li class="nav-item" ng-hide="IsLoggedIn()">
0 commit comments