You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's expected: a new window or tab opens onto the authz endpoint
What happens: the main window redirects to the authz endpoint
This appears to happen when window.open is called in a context where no user event has occurred. One straightforward fix is to add an <button>Begin Authorization</button> and trigger smart.authorize as a result of clicking that button.
The text was updated successfully, but these errors were encountered:
What's expected: a new window or tab opens onto the authz endpoint
What happens: the main window redirects to the authz endpoint
This appears to happen when
window.open
is called in a context where no user event has occurred. One straightforward fix is to add an<button>Begin Authorization</button>
and triggersmart.authorize
as a result of clicking that button.The text was updated successfully, but these errors were encountered: