bradtraversy / node_passport_login

Node.js login, registration and access control using Express and Passport
1.73k stars 1.3k forks source link

Fixed Error: Could not find the include file "("./partials/messages");" #99

Open bilalmohib opened 2 years ago

bilalmohib commented 2 years ago

Hi Sir I have removed a space in views\register.ejs in this line as it was causing the error <%- include("./partials/messages"); %> Thanks.After removing space the code works perfectly.