Main functions

This commit is contained in:
2025-10-26 14:44:10 +09:00
parent 6ff35e26f4
commit 291fc63a4c
901 changed files with 79783 additions and 201383 deletions

View File

@@ -130,7 +130,8 @@ router.get('/dashboard', requireAuth, async (req, res) => {
user: req.session.user,
stats,
recentContacts,
recentPortfolio
recentPortfolio,
currentPage: 'dashboard'
});
} catch (error) {
console.error('Dashboard error:', error);