MCPcopy Index your code
hub / github.com/e2b-dev/fragments / SubComponentProps

Interface SubComponentProps

components/auth.tsx:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42interface SubComponentProps {
43 supabaseClient: SupabaseClient
44 setAuthView: (view: ViewType) => void
45 setLoading: (loading: boolean) => void
46 setError: (error: string | null) => void
47 setMessage: (message: string | null) => void
48 clearMessages: () => void
49 loading: boolean
50 redirectTo?: RedirectTo
51}
52
53interface SocialAuthProps {
54 supabaseClient: SupabaseClient

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected