You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server/boot/00_init.js: module.exports = function enableAuthentication(server) {
server/boot/10_authentication.js: module.exports = function enableAuthentication(server) {
The text was updated successfully, but these errors were encountered:
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
server/boot/00_init.js:
module.exports = function enableAuthentication(server) {
server/boot/10_authentication.js:
module.exports = function enableAuthentication(server) {
The text was updated successfully, but these errors were encountered: