mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-03 21:06:40 -05:00
fix(organization): remove autoCreateOnSignUp option as it's not implemented yet (#4755)
This commit is contained in:
committed by
Alex Yang
parent
8a4b30c094
commit
21bd4e68ba
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user