mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 16:41:08 +02:00
fix(settings): remove stale showTitle prop from SecuritySection
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
97adfa7020
commit
40a3a8cdd2
1 changed files with 0 additions and 4 deletions
|
|
@ -51,7 +51,6 @@
|
|||
passkeys = await authStore.listPasskeys();
|
||||
}}
|
||||
primaryColor="hsl(var(--color-primary))"
|
||||
showTitle={false}
|
||||
/>
|
||||
</SettingsPanel>
|
||||
|
||||
|
|
@ -66,7 +65,6 @@
|
|||
sessionsLoading = false;
|
||||
}}
|
||||
primaryColor="hsl(var(--color-primary))"
|
||||
showTitle={false}
|
||||
/>
|
||||
</SettingsPanel>
|
||||
|
||||
|
|
@ -77,7 +75,6 @@
|
|||
onDisable={(password) => authStore.disableTwoFactor(password)}
|
||||
onGenerateBackupCodes={(password) => authStore.generateBackupCodes(password)}
|
||||
primaryColor="hsl(var(--color-primary))"
|
||||
showTitle={false}
|
||||
/>
|
||||
</SettingsPanel>
|
||||
|
||||
|
|
@ -95,6 +92,5 @@
|
|||
securityEventsLoading = false;
|
||||
}}
|
||||
primaryColor="hsl(var(--color-primary))"
|
||||
showTitle={false}
|
||||
/>
|
||||
</SettingsPanel>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue