From bc65f2be306195e85e5d3e476a7f107e608fcd35 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Tue, 19 Jul 2011 17:26:40 -0700
Subject: [PATCH] Going back to the previous scheme to set the production flag

---
 browserid/app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browserid/app.js b/browserid/app.js
index 0c572dfb3..cc67bd658 100644
--- a/browserid/app.js
+++ b/browserid/app.js
@@ -40,7 +40,7 @@ function router(app) {
       res.render('dialog.ejs', {
           title: 'A Better Way to Sign In',
           layout: false,
-          production: PRODUCTION
+          production: exports.production 
       });
   });
 
-- 
GitLab