Skip to content
Snippets Groups Projects
Commit 811de3a5 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

one area where I failed to migrate to new configuration system

parent 18ced04c
No related branches found
No related tags found
No related merge requests found
......@@ -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')
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment