fix: prevent login event on storage event

This commit is contained in:
sua yoo 2022-11-21 15:51:47 -08:00
parent 77fa6ae691
commit 52e6b6199a
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -743,6 +743,7 @@ export class App extends LiteElement {
AuthService.broadcastChannel.postMessage({
name: "storage",
key: AuthService.storageKey,
oldValue: auth,
newValue: auth,
});
}