bradtraversy / node_passport_login

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

fix syntaxError unexpected token '/' #132

Open reachAnushaKondam opened 2 months ago

reachAnushaKondam commented 2 months ago

fixes : #117 Issue: The error occurs due to incorrect syntax in the EJS file, preventing the partial from being included properly.

Solution: Corrected the syntax in login.ejs to properly include the partial, ensuring that the EJS file renders correctly without errors. This fix allows the login page to function as intended.

reachAnushaKondam commented 1 month ago

@bradtraversy

could you please review this PR and issue?