chg: [authentication] add logout endpoint to dashboard dropdown

pull/129/head
VVX7 2019-10-02 20:15:34 -04:00
parent 3b0ebe8c72
commit b313b7cc74
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ div.leaflet-bottom {
<li><a href="{{ url_for('contrib') }}">MISP Contributors</a></li>
<li><a href="{{ url_for('users') }}">MISP Users</a></li>
<li><a href="{{ url_for('trendings') }}">MISP Trendings</a></li>
<li><a href="{{ url_for('logout') }}">Logout</a></li>
</ul>
<div id="ledsHolder" style="float: right; height: 50px;"></div>