diff --git a/generators/app/templates/authentication.js b/generators/app/templates/authentication.js index 11c7090f..af471cbd 100644 --- a/generators/app/templates/authentication.js +++ b/generators/app/templates/authentication.js @@ -15,4 +15,4 @@ module.exports = function() { <% if(authentication.length) { %>app.set('auth', config);<% } %> app.configure(authentication(config)); -} +};