Add password change routes to backend and frontend; update routing and UI components for password management

This commit is contained in:
Torsten Schulz (local)
2025-10-17 23:13:33 +02:00
parent b2cef4d306
commit 4fe6b27b8f
8 changed files with 430 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ const pageTitle = computed(() => {
'calendar': 'Kalender',
'admin-holidays': 'Feiertage',
'settings-profile': 'Persönliches',
'settings-password': 'Passwort ändern',
'entries': 'Einträge',
'stats': 'Statistiken'
}