mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
🐛 N°5522 - Fix session storage (breadcrumbs) not cleared on logout (#333)
Co-authored-by: richard.rohac <richard.rohac@elso-systems.com> Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
{{ parent() }}
|
||||
|
||||
sessionStorage.clear();
|
||||
{% endblock %}
|
||||
|
||||
{% block ready_script %}
|
||||
{{ parent() }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user