diff --git a/src/components/views/auth/InteractiveAuthEntryComponents.tsx b/src/components/views/auth/InteractiveAuthEntryComponents.tsx index b31a126d374..12c2f8f975e 100644 --- a/src/components/views/auth/InteractiveAuthEntryComponents.tsx +++ b/src/components/views/auth/InteractiveAuthEntryComponents.tsx @@ -952,7 +952,7 @@ export class FallbackAuthEntry extends React.Component { + private onReceiveMessage = (event: MessageEvent): void => { if (event.data === "authDone" && event.source === this.popupWindow) { this.props.submitAuthDict({}); }