JohnyD
JohnyD
BABetter Auth
Created by JohnyD on 4/10/2025 in #help
ctx.error type
yes, it is not in the autocomplete, but in fact it is
5 replies
BABetter Auth
Created by JohnyD on 3/19/2025 in #help
Admin plugin
No description
17 replies
BABetter Auth
Created by JohnyD on 3/19/2025 in #help
Admin plugin
No description
17 replies
BABetter Auth
Created by JohnyD on 3/19/2025 in #help
Admin plugin
No description
17 replies
BABetter Auth
Created by JohnyD on 3/19/2025 in #help
Admin plugin
No description
17 replies
BABetter Auth
Created by JohnyD on 3/19/2025 in #help
Admin plugin
No description
17 replies
BABetter Auth
Created by JohnyD on 3/19/2025 in #help
Admin plugin
const users = await authClient.admin.listUsers({
headers: headers(),
query: {
limit: 10,

},
});
const users = await authClient.admin.listUsers({
headers: headers(),
query: {
limit: 10,

},
});
Object literal may only specify known properties, and 'headers' does not exist in type 'Prettify<{ query: { limit?: string | number | undefined; offset?: string | number | undefined; sortBy?: string | undefined; searchValue?: string | undefined; searchField?: "email" | "name" | undefined; ... 4 more ...; filterOperator?: "eq" | ... 5 more ... | undefined; }; fetchOptions?: { ...; } | undefined; }>'
17 replies