diff --git a/resources/static/dialog/resources/state_machine.js b/resources/static/dialog/resources/state_machine.js index 76c8522bb501579e9e7dd191bc2ab0700ad6799d..49a6127726514547f5b0216b983b46b4c0b184a6 100644 --- a/resources/static/dialog/resources/state_machine.js +++ b/resources/static/dialog/resources/state_machine.js @@ -194,7 +194,7 @@ subscribe("assertion_generated", function(msg, info) { self.success = true; if (info.assertion !== null) { - gotoState("doAssertionGenerated", info); + gotoState("doAssertionGenerated", info.assertion); } else { gotoState("doPickEmail");