cal.pub0.org/apps/web/pages/settings/security/sso.tsx

10 lines
284 B
TypeScript
Raw Permalink Normal View History

import UserSSOView from "@calcom/features/ee/sso/page/user-sso-view";
import type { CalPageWrapper } from "@components/PageWrapper";
import PageWrapper from "@components/PageWrapper";
const Page = UserSSOView as CalPageWrapper;
Page.PageWrapper = PageWrapper;
export default Page;