Closed neru990 closed 1 year ago
Hello! Sorry for the delay and thanks for submitting!
Can you clarify what you mean by "user cannot be redirected back to the page where the iframe was mounted."?
allowDesktopWebLogin
will kick off a popup wherein the customer authorizes. Once authorization is completed, the popup will close. There are no redirects.
closing due to inactivity. Please feel free to make a new issue if you have more info to help us troubleshoot
General information
Issue description
Venmo was integrated into an iframe in my case. The current Venmo user flow works well. However, when the SDK was upgraded to
3.88.4
andallowDesktopWebLogin: true
was added, the user cannot be redirected back to the page where the iframe was mounted.Here're the reproduce steps:
allowDesktopWebLogin: true
added intovenmo.create()
in an iframe ;