Fix linting issues
Some checks failed
Compile Java Backend / Compile Backend Code (push) Successful in 1m23s
Lint Java Backend / Checkstyle Java Linting (push) Successful in 46s
Lint Dockerfiles / Lint Dockerfiles (push) Failing after 30s
Lint Frontend / Lint HTML, CSS, and JS (push) Successful in 31s

This commit is contained in:
2025-11-10 18:10:46 +01:00
parent 73ed8b8878
commit 95b26b2e6e
18 changed files with 102 additions and 57 deletions

View File

@@ -23,7 +23,7 @@ function selectRole(role) {
function renderContent() {
const role = getRole();
if (!role) {
console.error("No role set!")
console.error("No role set!");
window.location.href = "/"; // if no role, send to role selection page
return;
}