diff --git a/ui/src/pages/tenant/SettingsPage.tsx b/ui/src/pages/tenant/SettingsPage.tsx index 2290ed0..dfdb102 100644 --- a/ui/src/pages/tenant/SettingsPage.tsx +++ b/ui/src/pages/tenant/SettingsPage.tsx @@ -15,7 +15,6 @@ import { useResetServerAdminPassword, useTenantAuthSettings, useUpdateTenantAuthSettings, } from '../../api/tenant-hooks'; -import { MfaSection } from '../../components/account/MfaSection'; import { PasskeySection } from '../../components/account/PasskeySection'; import { useScopes } from '../../auth/useScopes'; import styles from '../../styles/platform.module.css'; @@ -140,85 +139,83 @@ export function SettingsPage() {
- Reset the built-in admin password for your server dashboard (local login at /login?local).
-