import React from "react"; import clsx from "clsx"; import { CommonThemedImage } from "./common-themed-image"; export const EnterpriseSSOMultifactorAuth = ({ className, }: { className?: string; }) => { return (

Match your Brand

Customize the OpenPanel interface to match your brand.

Multifactor Authentication

Enable or enforce MFA for your clients.

); };