govindrai / LPN-Fitness-App

Helps organizations take charge of their people's well being and promote healthier lifestyles through fitness competitions. Built on Node.js
https://lpnfitness.herokuapp.com/
0 stars 0 forks source link

Ability to view other player stats #104

Open govindrai opened 5 years ago

govindrai commented 5 years ago

Right now, even if you go to someone else stats, you get your own. That's because the res.locals.user is set to the current logged in user. Instead don't use res.locals.user, but instead, look up the user by that id.