feat: cookie-based auth, SSR dashboard, JS-optional login
This commit is contained in:
@@ -152,7 +152,6 @@
|
||||
</main>
|
||||
|
||||
<script>
|
||||
if (!requireAuth()) throw 'auth';
|
||||
|
||||
const monitorId = window.location.pathname.split('/').pop();
|
||||
let editQuery = null;
|
||||
|
||||
Reference in New Issue
Block a user