Fix: breadcrumb

This commit is contained in:
hyzen
2026-06-05 16:54:58 +05:30
parent d7b18fd92c
commit 86ccfc68ef
58 changed files with 491 additions and 355 deletions

View File

@@ -126,12 +126,4 @@
{{ end }}
</div>
<script>
(function () {
if (localStorage.getItem('f4_username') !== 'hyzen') {
window.location.replace('/login/?next=' + encodeURIComponent(window.location.pathname));
}
})();
</script>
{{ end }}