mirror of
https://github.com/nkanaev/yarr.git
synced 2026-07-15 19:16:32 +00:00
frontend: show logout button only if user/pass is set
This commit is contained in:
@@ -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 }}">
|
||||
|
||||
Reference in New Issue
Block a user