From 40a3a8cdd26316b86b01312476c8f1b5d80e3e05 Mon Sep 17 00:00:00 2001 From: Till JS Date: Thu, 16 Apr 2026 16:39:22 +0200 Subject: [PATCH] fix(settings): remove stale showTitle prop from SecuritySection Co-Authored-By: Claude Opus 4.6 (1M context) --- .../lib/components/settings/sections/SecuritySection.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/mana/apps/web/src/lib/components/settings/sections/SecuritySection.svelte b/apps/mana/apps/web/src/lib/components/settings/sections/SecuritySection.svelte index 3faac2ef6..7fb8c6d60 100644 --- a/apps/mana/apps/web/src/lib/components/settings/sections/SecuritySection.svelte +++ b/apps/mana/apps/web/src/lib/components/settings/sections/SecuritySection.svelte @@ -51,7 +51,6 @@ passkeys = await authStore.listPasskeys(); }} primaryColor="hsl(var(--color-primary))" - showTitle={false} /> @@ -66,7 +65,6 @@ sessionsLoading = false; }} primaryColor="hsl(var(--color-primary))" - showTitle={false} /> @@ -77,7 +75,6 @@ onDisable={(password) => authStore.disableTwoFactor(password)} onGenerateBackupCodes={(password) => authStore.generateBackupCodes(password)} primaryColor="hsl(var(--color-primary))" - showTitle={false} /> @@ -95,6 +92,5 @@ securityEventsLoading = false; }} primaryColor="hsl(var(--color-primary))" - showTitle={false} />