Designer vs Session Behavior: User Attributes

I have an Admin page that shows several user attributes including: first name, last name, user name, and roles; in the designer all of these values are properly displayed:

Each of the label components that display the user attribute values are bound to the appropriate session.props.auth.user.xxx property:

UserNameBind2024-01-25_16-26-00

The behavior in the session shows null values for all of the user attributes?... So at the designer WYSI-NOT-WYG at the session?

Any help on this annoying issue is greatly appreciated.

Does your project require authentication? If not, users do not have to log in. The auth props will be null until they do.

1 Like

Yes that was it... thank you very much for the insight.