mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-31 10:23:24 -05:00
fix: trigger session refetch on verify email (#1932)
This commit is contained in:
@@ -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"
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user