mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 08:01:56 -05:00
fix: trigger use session on revoke sessions
This commit is contained in:
@@ -79,7 +79,9 @@ export const getClientConfig = (
|
||||
path.startsWith("/sign-in") ||
|
||||
path.startsWith("/sign-up") ||
|
||||
path === "/delete-user" ||
|
||||
path === "/verify-email"
|
||||
path === "/verify-email" ||
|
||||
path === "/revoke-sessions" ||
|
||||
path === "/revoke-session"
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user