diff --git a/frontend/src/index.ts b/frontend/src/index.ts index 84437554..b856823b 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -743,6 +743,7 @@ export class App extends LiteElement { AuthService.broadcastChannel.postMessage({ name: "storage", key: AuthService.storageKey, + oldValue: auth, newValue: auth, }); }