fix: trigger session refetch on verify email (#1932)

This commit is contained in:
Bereket Engida
2025-03-22 11:11:03 +03:00
committed by GitHub
parent bb9661c8ed
commit fb312ce10b
+2 -1
View File
@@ -64,7 +64,8 @@ export const getClientConfig = (options?: ClientOptions) => {
path === "/update-user" ||
path.startsWith("/sign-in") ||
path.startsWith("/sign-up") ||
path === "/delete-user"
path === "/delete-user" ||
path === "/verify-email"
);
},
},