//SERVER
import { organization } from "better-auth/plugins/organization";
organization({
schema: {
organization: {
additionalFields: {
description: {
type: "string",
input: true,
required: false,
},
},
},
},
});
//SERVER
import { organization } from "better-auth/plugins/organization";
organization({
schema: {
organization: {
additionalFields: {
description: {
type: "string",
input: true,
required: false,
},
},
},
},
});