chore(server): remove runtime from login
Some checks failed
Checks / main (push) Has been cancelled

This commit is contained in:
Elian Doran 2026-01-07 23:31:28 +02:00
parent 7288b66d27
commit 455edbfb5d
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
import "bootstrap/dist/css/bootstrap.min.css";
// @ts-ignore - module = undefined
// Required for correct loading of scripts in Electron
if (typeof module === 'object') {window.module = module; module = undefined;}
document.body.style.display = "block";

View File

@ -15,7 +15,6 @@
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css">
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css">
<link rel="stylesheet" href="<%= assetPath %>/stylesheets/style.css">
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
</head>
<body lang="<%= currentLocale.id %>" dir="<%= currentLocale.rtl ? 'rtl' : 'ltr' %>">
<div class="container login-page">