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 Alex Yang
parent 8a4b30c094
commit 21bd4e68ba

View File

@@ -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;
}