Hi, can you please let me know, how can we prevent Satellizer to redirect the whole single-page webapplication? After closing the Popup, it redirects the page to the redirectUri, and I can't even understand why is this redirect thing should be forced anyway? I don't want my web app to be rebooted this way.
https://github.com/sahat/satellizer/blob/ae2863338ab7214e8f3be7b5fae6373a18d7a11b/src/popup.ts#L7
Hi, can you please let me know, how can we prevent Satellizer to redirect the whole single-page webapplication? After closing the Popup, it redirects the page to the redirectUri, and I can't even understand why is this redirect thing should be forced anyway? I don't want my web app to be rebooted this way.