Props
boolean
required
open
(open: boolean) => void
required
onOpenChange
string
required
email
() => void
onSuccess
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enable2FADialog component
import { Enable2FADialog } from '@/components/Enable2FADialog';
export default function Example() {
return (
<Enable2FADialog open={open} onOpenChange={onOpenChange} email={email} />
);
}