diff --git a/browserid/app.js b/browserid/app.js
index 930a472b191c80cfccee7d38ed7e88f4d533a823..c62b6a2d8ec9dc419cb9c7a3e7d0805825691083 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')
     });
   });