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
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