X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=app.js;h=e63aca44b7ec0f35954d6e4106d25a300733e537;hb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1;hp=28fd37573e57e71cca5f35446d626d65478151a5;hpb=c018b304ba439ca92348dcb65715707f5cfcee05;p=vchess.git diff --git a/app.js b/app.js index 28fd3757..e63aca44 100644 --- a/app.js +++ b/app.js @@ -55,6 +55,7 @@ app.use(function(req, res, next) { { req.userId = user.id; res.locals.user = { + id: user.id, name: user.name, email: user.email, notify: user.notify,