Skip to content

Commit 504b8b9

Browse files
filipecabacogrdsdev
andcommitted
Next (#1444)
* fix: bump realtime-js * fix: bump up realtime (#1443) --------- Co-authored-by: Guilherme Souza <[email protected]>
1 parent d4b854e commit 504b8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SupabaseClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ export default class SupabaseClient<
340340
this.changedAccessToken = token
341341
} else if (event === 'SIGNED_OUT') {
342342
this.realtime.setAuth()
343+
343344
if (source == 'STORAGE') this.auth.signOut()
344345
this.changedAccessToken = undefined
345346
}

0 commit comments

Comments
 (0)