fix: prevent login event on storage event
This commit is contained in:
parent
77fa6ae691
commit
52e6b6199a
@ -743,6 +743,7 @@ export class App extends LiteElement {
|
||||
AuthService.broadcastChannel.postMessage({
|
||||
name: "storage",
|
||||
key: AuthService.storageKey,
|
||||
oldValue: auth,
|
||||
newValue: auth,
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user