Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Redirect with PopupOpener on flagship app
Flagship app does not handle a redirection with const newWindow = window.open('') and then newWindow.location.href. So let's set the url directly in window.open because we do not know why it was separated in two.
- Loading branch information