diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-23 11:27:52 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-23 11:27:52 +0000 |
| commit | 41dca46235c15578aab159074c99c904597c5fb2 (patch) | |
| tree | 9930c2c013812620c25c17ac3fe6d2f48c6e4318 /app.js | |
| parent | 29e3a33a09be459a16248cbe6eabfccd8f9f4406 (diff) | |
Created admins collection. Added admin authentication.
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ app.use(function(req, res, next) { res.locals.login = req.isAuthenticated(); // global variable res.locals.session = req.session; res.locals.user = req.user; - console.log(res.locals.user); next(); }); |
