diff --git a/handlers/customLogin.js b/handlers/customLogin.js index 972be4f..d19dd5a 100644 --- a/handlers/customLogin.js +++ b/handlers/customLogin.js @@ -23,4 +23,4 @@ function customLogin(usernameField, usertypeField) { }; } -module.expoers = customLogin; +module.exports = customLogin;