Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed Jun 11, 2024
1 parent 99d9dd6 commit 6bd3119
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 @@ -182,6 +182,7 @@ export function createServerClient<

client.auth.onAuthStateChange(async (event) => {
if (
event === 'SIGNED_IN' ||
event === "TOKEN_REFRESHED" ||
event === "USER_UPDATED" ||
event === "SIGNED_OUT"
Expand Down

0 comments on commit 6bd3119

Please sign in to comment.