fix(organization): remove autoCreateOnSignUp option as it's not implemented yet (#4755)

This commit is contained in:
Bereket Engida
2025-09-18 10:28:34 -07:00
committed by GitHub
parent 8cd7d40abb
commit bc3253b00a
@@ -799,10 +799,4 @@ export interface OrganizationOptions {
organization: Organization & Record<string, any>;
}) => Promise<void>;
};
/**
* Automatically create an organization for the user on sign up.
*
* @default false
*/
autoCreateOrganizationOnSignUp?: boolean;
}