Fixed login UI and redirect

This commit is contained in:
2024-08-07 14:53:53 -04:00
parent 0547e8efdf
commit 852ad67430
+5
View File
@@ -1,4 +1,9 @@
<%- include('top') %>
<script type="text/javascript">
// Require login to see this page.
app.auth.forceLogin();
</script>
<style type="text/css">
@include color-mode(dark) {
// CSS variable overrides here...