mirror of
https://github.com/docmost/docmost.git
synced 2026-05-17 14:54:05 +08:00
turn off templates
This commit is contained in:
@@ -12,7 +12,7 @@ import { useTranslation } from "react-i18next";
|
||||
import EnforceMfa from "@/ee/security/components/enforce-mfa.tsx";
|
||||
import DisablePublicSharing from "@/ee/security/components/disable-public-sharing.tsx";
|
||||
import TrashRetention from "@/ee/security/components/trash-retention.tsx";
|
||||
import AllowMemberTemplates from "@/ee/security/components/allow-member-templates.tsx";
|
||||
|
||||
import { useHasFeature } from "@/ee/hooks/use-feature";
|
||||
import { Feature } from "@/ee/features";
|
||||
|
||||
@@ -44,9 +44,6 @@ export default function Security() {
|
||||
<TrashRetention />
|
||||
<Divider my="lg" />
|
||||
|
||||
<AllowMemberTemplates />
|
||||
<Divider my="lg" />
|
||||
|
||||
<Title order={4} my="lg">
|
||||
Single sign-on (SSO)
|
||||
</Title>
|
||||
|
||||
Reference in New Issue
Block a user