FirstStepProps Type — supabase Architecture
Architecture documentation for the FirstStepProps type/interface in AddNewFactorModal.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Account/TOTPFactors/AddNewFactorModal.tsx lines 56–63
interface FirstStepProps {
visible: boolean
name: string
setName: Dispatch<SetStateAction<string>>
enroll: (params: { factorType: 'totp'; friendlyName?: string }) => void
isEnrolling: boolean
onClose: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free