mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-03 21:06:40 -05:00
fix: trigger session update on delete user
This commit is contained in:
@@ -60,7 +60,8 @@ export const getClientConfig = (options?: ClientOptions) => {
|
||||
path === "/sign-out" ||
|
||||
path === "/update-user" ||
|
||||
path.startsWith("/sign-in") ||
|
||||
path.startsWith("/sign-up")
|
||||
path.startsWith("/sign-up") ||
|
||||
path === "/delete-user"
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user