From 297ec6221772218aeca3cedbabbd045f65ce96dd Mon Sep 17 00:00:00 2001 From: BinBashBanana <51469593+BinBashBanana@users.noreply.github.com> Date: Wed, 6 Jul 2022 18:04:52 -0700 Subject: [PATCH] uauth fix --- uauth/isolatedpicker.html | 2 +- uauth/receiver.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/uauth/isolatedpicker.html b/uauth/isolatedpicker.html index e2de6718..549a392f 100644 --- a/uauth/isolatedpicker.html +++ b/uauth/isolatedpicker.html @@ -51,7 +51,7 @@

Make sure you have popups enabled!

function finish(message, name, data) { function waitForReceiverLoad() { if (receiverLoaded) { - receiverFrame.contentWindow.postMessage({fwOrigin: window.location.origin, webretro: {timestamp: parseInt(queries.timestamp), message: message, name: name, data: data}}, "*"); + receiverFrame.contentWindow.postMessage({webretro: {timestamp: parseInt(queries.timestamp), message: message, name: name, data: data}}, "*"); } else { setTimeout(waitForReceiverLoad, 250); } diff --git a/uauth/receiver.html b/uauth/receiver.html index 1d7f780b..693cf6d6 100644 --- a/uauth/receiver.html +++ b/uauth/receiver.html @@ -4,11 +4,12 @@ Choose a File +

Receiver is loaded.

I'm supposed to be an invisible iframe... (you shouldn't see this)