🐛 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:
Richard Roháč
2022-09-13 17:15:54 +02:00
committed by GitHub
parent e4e4365cce
commit 56f8dd2942

View File

@@ -12,6 +12,12 @@
</div>
{% endblock %}
{% block script %}
{{ parent() }}
sessionStorage.clear();
{% endblock %}
{% block ready_script %}
{{ parent() }}