Daniel McOrmond
Results
2
comments of
Daniel McOrmond
@asciidisco I believe the issue is still present in vanilla JavaScript. I've put together [a simple JSFiddle here](http://jsfiddle.net/xtL984h4/) to demonstrate. The code is a straight copy-and-paste from the [Backbone.Mutators docs](https://github.com/asciidisco/Backbone.Mutators#override-getters)....
@ed-sparkes try something like this where you handle the callback: ``` new UserManager({response_mode: 'query'}) .signinRedirectCallback() .then(user => location.href = user.state.targetUrl) ```