From 8cf60e034c3751f519876746bd039382603e49a2 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 16 Aug 2024 09:52:42 +0100 Subject: [PATCH] Remove protected method Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/auth/InteractiveAuthEntryComponents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({}); }