fix: trigger session update on delete user

This commit is contained in:
Bereket Engida
2025-02-02 11:03:15 +03:00
parent 69fc9cf5ff
commit 0df2bab277

View File

@@ -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"
);
},
},