Skip to content

Commit

Permalink
fix: set cookies for password recovery event
Browse files Browse the repository at this point in the history
  • Loading branch information
j4w8n-malynium authored and J0 committed Jul 3, 2024
1 parent bebce89 commit d2d71c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/createServerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export function createServerClient<
(event === "SIGNED_IN" ||
event === "TOKEN_REFRESHED" ||
event === "USER_UPDATED" ||
event === "PASSWORD_RECOVERY" ||
event === "SIGNED_OUT" ||
event === "MFA_CHALLENGE_VERIFIED")
) {
Expand Down

0 comments on commit d2d71c8

Please sign in to comment.