mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-31 03:16:42 -05:00
fix(anonymous): define delete-anonymous-user path method (#7296)
This commit is contained in:
@@ -7,6 +7,7 @@ export const anonymousClient = () => {
|
||||
$InferServerPlugin: {} as ReturnType<typeof anonymous>,
|
||||
pathMethods: {
|
||||
"/sign-in/anonymous": "POST",
|
||||
"/delete-anonymous-user": "POST",
|
||||
},
|
||||
atomListeners: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user