Session properties issues

To debug, add a label into the view and bind its text property to self.session.props.auth.user so you can see what's going on.

Note that the correct format is,
session.props.auth.user.id
without the "self". Picking the property with the Property Browser button will generally avoid this kind of problem.


Tip: post code, not pictures of code. See Wiki - how to post code on this forum.