From 811de3a55ec2118f1fdb21ba79693cf81c230cf7 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Tue, 2 Aug 2011 19:02:42 -0600
Subject: [PATCH] one area where I failed to migrate to new configuration
 system

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

diff --git a/browserid/app.js b/browserid/app.js
index 930a472b1..c62b6a2d8 100644
--- a/browserid/app.js
+++ b/browserid/app.js
@@ -44,7 +44,7 @@ function router(app) {
     res.render('dialog.ejs', {
       title: 'A Better Way to Sign In',
       layout: false,
-      production: app.enabled('use_minified_resources')
+      production: configuration.get('use_minified_resources')
     });
   });
 
-- 
GitLab