Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

00_init.js and 10_authentication.js have the same function name. Is this intentional? #1

Open
dstroot opened this issue Nov 20, 2014 · 1 comment

Comments

@dstroot
Copy link

dstroot commented Nov 20, 2014

server/boot/00_init.js:
module.exports = function enableAuthentication(server) {

server/boot/10_authentication.js:
module.exports = function enableAuthentication(server) {

@dstroot dstroot changed the title 00_init and 10_authentication have the same function name. Is this intentional? 00_init.js and 10_authentication.js have the same function name. Is this intentional? Nov 20, 2014
@pandaiolo
Copy link
Owner

Nope, must be a typo ! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants