rename getOppCol into static GetOppCol + start thinking about problems page
[vchess.git] / app.js
diff --git a/app.js b/app.js
index 28fd375..e63aca4 100644 (file)
--- 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,