settings/teams/[id]/sso is not needed (#16288)

This commit is contained in:
Benny Joo
2024-08-21 16:47:34 +00:00
committed by GitHub
parent f52de7331f
commit 5bcefb0b3e
@@ -1,11 +0,0 @@
import { _generateMetadata } from "app/_utils";
import Page from "@calcom/features/ee/sso/page/teams-sso-view";
export const generateMetadata = async () =>
await _generateMetadata(
(t) => t("sso_configuration"),
(t) => t("sso_configuration_description")
);
export default Page;