SecondStepProps Type — supabase Architecture
Architecture documentation for the SecondStepProps type/interface in AddNewFactorModal.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Account/TOTPFactors/AddNewFactorModal.tsx lines 93–107
interface SecondStepProps {
visible: boolean
factorName: string
factor?: {
id: string
type: 'totp'
totp: {
qr_code: string
secret: string
uri: string
}
}
isLoading: boolean
onClose: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free