diff --git a/package.json b/package.json
index b318583..4abe2de 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lageplan",
- "version": "1.8.2",
+ "version": "1.8.3",
"description": "Feuerwehr Lageplan - Krokier-App für Einsatzdokumentation",
"private": true,
"scripts": {
diff --git a/src/components/layout/topbar.tsx b/src/components/layout/topbar.tsx
index 86f7242..5ef938c 100644
--- a/src/components/layout/topbar.tsx
+++ b/src/components/layout/topbar.tsx
@@ -370,6 +370,14 @@ export function Topbar({
Kennwort ändern
+ window.location.href = '/settings'}>
+
+ Sicherheit & 2FA
+
+ window.location.href = '/konto/datenschutz'}>
+
+ Konto & Datenschutz
+
{(userRole === 'SERVER_ADMIN' || userRole === 'TENANT_ADMIN') && (
window.location.href = '/admin'}>
@@ -492,6 +500,14 @@ export function Topbar({
Kennwort ändern
+ window.location.href = '/settings'}>
+
+ Sicherheit & 2FA
+
+ window.location.href = '/konto/datenschutz'}>
+
+ Konto & Datenschutz
+
{onLogout && (