added js and worked on Login feature(still in progress)
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = function generateClubRoutes(app) {
|
||||
const clubID = req.params.clubID;
|
||||
|
||||
// Render the league page template using Handlebars
|
||||
res.render('pages/club-page', { clubID: clubID });
|
||||
res.render('pages/club-page', { clubID: clubID, user:user });
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user