SignUpCompleteProfileView

fun SignUpCompleteProfileView(modifier: Modifier = Modifier, clerkTheme: ClerkTheme? = null, onAuthComplete: () -> Unit)

Public, production-friendly wrapper that pulls enablement from Clerk and owns its own state. Use SignUpCompleteProfileView in the app, and SignUpCompleteProfileImpl in previews/tests to inject specific values and flags.