additionalfields

user: {
additionalFields: {
role: {
type: "string",
required: false,
defaultValue: "",
input: false,
}
}
}


How should I assign a value to this field if I have the input disabled?

@Better Auth
Was this page helpful?