Closed
Description
Describe the bug
on
and
If there is another postmessage popping pup, it will be caught by the event listener and set message as undefined.
I think we should check if the message is not undefined or from oauth process before calling
In the popup case, it will close the popup right away and remove the listener if there is any postMessage executed first.