mirror of https://github.com/MISP/misp-dashboard
chg: [authentication] add logout endpoint to dashboard dropdown
parent
3b0ebe8c72
commit
b313b7cc74
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue