mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:19:25 +00:00
Prepare for register and login functionality
This commit is contained in:
@@ -10,7 +10,8 @@ router.get('/', (req, res) => {
|
||||
router.get('/dashboard', (req, res) => {
|
||||
return res.render('dashboard', {
|
||||
title: 'Stratos - Dashboard',
|
||||
current: 'Dashboard'
|
||||
current: 'Dashboard',
|
||||
name: req.session.fullName
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user