Resolve frontend Qodana critical and high findings (#176)

Resolve recommended-profile Critical and High findings, update vulnerable dependencies, restore invoice queue E2E authentication setup, and clear the remaining frontend Qodana findings.
This commit is contained in:
Jeppe B
2026-07-17 06:22:51 +02:00
committed by GitHub
parent 6b5ac8a8b3
commit 1729443cc3
516 changed files with 3081 additions and 5867 deletions
+1 -1
View File
@@ -436,7 +436,7 @@
<script>
(function () {
var appPath = window.location.pathname.replace(/^\/[^/]+\/frontend(?=\/|$)/, '') || '/';
var hasStoredSession = false;
var hasStoredSession;
try {
hasStoredSession = Boolean(window.localStorage && window.localStorage.getItem('token'));
} catch (error) {