From 36bb08549436769fd632d4435ac05d0b37d4ce4f Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Wed, 10 Aug 2011 13:51:56 -0700
Subject: [PATCH] When fully complete, trigger the complete message.

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

diff --git a/browserid/static/dialog/controllers/checkregistration_controller.js b/browserid/static/dialog/controllers/checkregistration_controller.js
index 7211dacf9..d5c111187 100644
--- a/browserid/static/dialog/controllers/checkregistration_controller.js
+++ b/browserid/static/dialog/controllers/checkregistration_controller.js
@@ -68,7 +68,7 @@
 
     submit: function() {
       var self=this;
-      self.publish("checkregistration:confirmed");
+      self.publish("checkregistration:complete");
       self._super();      
     }
 
-- 
GitLab