Update dependencies and refactor authentication logic

- Replaced `bcrypt` with `bcryptjs` for compatibility in `authService.js` and `settingsService.js`.
- Updated package versions in `package.json` and `package-lock.json`, including `multer`, `nodemailer`, and others.
- Added storage management features in the frontend, including free storage calculation and localization updates for new terms in `falukant.json` files.
This commit is contained in:
Torsten Schulz (local)
2025-11-26 18:14:36 +01:00
parent 608e62c2bd
commit c3ea7eecc2
8 changed files with 633 additions and 998 deletions

View File

@@ -180,6 +180,7 @@
"info": "Details zur Produktion in der Niederlassung.",
"selectProduct": "Produkt auswählen",
"quantity": "Menge",
"storageAvailable": "Freier Lagerplatz",
"cost": "Kosten",
"duration": "Dauer",
"revenue": "Erlös",

View File

@@ -44,6 +44,9 @@
},
"nobility": {
"cooldown": "You can only advance again on {date}."
},
"branchProduction": {
"storageAvailable": "Free storage"
}
}
}