1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:39:28 +00:00

Prepare for register and login functionality

This commit is contained in:
2022-02-13 21:53:13 +00:00
parent 41930b450b
commit 7ce12f5ef4
6 changed files with 10 additions and 6 deletions

View File

@@ -7,7 +7,8 @@ router.get('/reports', (req, res, next) => {
/*
return res.render('reports', {
title: 'Stratos - Reports',
current: 'Reports'
current: 'Reports',
name: req.session.fullName
});
*/