bradtraversy / node_passport_login

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

Update register.ejs #77

Closed 0mega28 closed 3 years ago

0mega28 commented 3 years ago

In line #7. When we run the application and click on register it shows EJS-LINT error. So, I have corrected the code according to the latest version of ejs.

- <% include ./partials/messages %>
+ <%- include ("./partials/messages"); %>