Fixed login UI and redirect
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
<%- include('top') %>
|
<%- include('top') %>
|
||||||
|
<script type="text/javascript">
|
||||||
|
// Require login to see this page.
|
||||||
|
app.auth.forceLogin();
|
||||||
|
</script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@include color-mode(dark) {
|
@include color-mode(dark) {
|
||||||
// CSS variable overrides here...
|
// CSS variable overrides here...
|
||||||
|
|||||||
Reference in New Issue
Block a user