// what I tried
await authClient.deleteUser(
{
password: "mypassword",
reason: "I spend too much time on it",
fetchOptions: {
body: {
reason: "I spend too much time on it",
},
},
},
{
body: {
reason: "I spend too much time on it",
},
}
);
// what I tried
await authClient.deleteUser(
{
password: "mypassword",
reason: "I spend too much time on it",
fetchOptions: {
body: {
reason: "I spend too much time on it",
},
},
},
{
body: {
reason: "I spend too much time on it",
},
}
);