From 82f9db1e92de3bbc069e0804726a331cfad110d2 Mon Sep 17 00:00:00 2001 From: Alexander von Weiss Date: Fri, 18 Mar 2016 11:33:59 +0100 Subject: [PATCH] jslint error in authentication --- generators/app/templates/authentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -} +};