We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b72894 commit 3bc71e3Copy full SHA for 3bc71e3
templates/Foobara/Auth/utils/accessTokens.ts.erb
@@ -27,6 +27,7 @@ if (typeof BroadcastChannel !== 'undefined') {
27
28
logoutChannel.addEventListener('message', (event: MessageEvent<string>) => {
29
accessTokens.delete(event.data)
30
+ deleteAllQueries()
31
})
32
33
handleLogout = (baseUrl: string) => {
0 commit comments