From 1bf2c921af1af1b687e27302eb178400f19f3d6e Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Wed, 21 Dec 2011 23:24:43 -0700
Subject: [PATCH] fix typo that was causing 'need audience and assertion'
 errors

---
 resources/static/dialog/resources/state_machine.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/static/dialog/resources/state_machine.js b/resources/static/dialog/resources/state_machine.js
index 76c8522bb..49a612772 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");
-- 
GitLab