Closed geekyme closed 7 years ago
In the demo, http://winterfell.andrewhathaway.net/, I first executed the path of an unsubscribed user. Therefore creating a json payload below:
After that, I click back and executed the path of a subscribed user. And I see the json payload below:
The printed json payload should only contain data relevant to executed path. ie. I should not see any of the reg-* fields.
reg-*
Hi @geekyme, yes you are correct. This, sadly, has been in from the start. I'll have to spend some time looking in to the issues for this project, PRs are accepted too!
Closing due to dupe (#5).
Current behavior
In the demo, http://winterfell.andrewhathaway.net/, I first executed the path of an unsubscribed user. Therefore creating a json payload below:
After that, I click back and executed the path of a subscribed user. And I see the json payload below:
Expected behavior
The printed json payload should only contain data relevant to executed path. ie. I should not see any of the
reg-*
fields.