fix: trigger use session on revoke sessions (#5761)

This commit is contained in:
Bereket Engida
2025-11-04 15:54:25 -08:00
committed by GitHub
parent 0c642f54b4
commit e62d3ee07f

View File

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