Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #77 from sod/auth-jslint-error
Browse files Browse the repository at this point in the history
jslint error in authentication
  • Loading branch information
daffl committed Mar 18, 2016
2 parents a2157db + 82f9db1 commit 37cb35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ module.exports = function() {

<% if(authentication.length) { %>app.set('auth', config);<% } %>
app.configure(authentication(config));
}
};

0 comments on commit 37cb35b

Please sign in to comment.