A compact card for enabling SMS-based two-factor authentication by collecting a phone number to send verification codes to.
import { TwoFactorSetup2 } from '@/components/ui/two-factor-setup-2' export default function Default() { return ( <div className="flex min-h-screen w-full items-center justify-center bg-background p-10"> <TwoFactorSetup2 /> </div> ) }