frontend: show logout button only if user/pass is set

This commit is contained in:
nkanaev
2026-07-06 23:59:00 +01:00
parent 499960a96f
commit a96bd00be5
4 changed files with 8 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
window.app = window.app || {}
window.app.settings = {{ .settings }};
window.app.authenticated = {{ .authenticated }};
window.app.requiresAuth = {{ .requiresAuth }};
</script>
</head>
<body class="theme-{{ .settings.theme_name }}">