"Refactor frontend templates and styles"

This commit is contained in:
2025-05-29 17:41:30 +02:00
parent b7062887b9
commit 06119be88b
8 changed files with 1752 additions and 1442 deletions

View File

@@ -262,7 +262,7 @@
for (let [key, value] of formData.entries()) {
if (key !== 'avatar') { // Don't store file data
originalFormData[key] = value;
}
}
}
}