When we login into the application, the Navbar must print Hello "Username" but instead, it's printing only Hello. Similarly to profile pic and role. It's happening due to the wrong JSON configuration. The current one is user.username, user.role, user.profilePic but instead the working one should be user.others.username, user.others.role, and user. others.profilePic.
Steps to reproduce the behavior:
Go to Login Page
log in to the System
In the Navbar, you will see only Hello but no username, etc are printed due to the wrong JSON configuration.
The expected behavior is to see the correct user role, profilePic, and username.
Current -
Expected -
Hey @mohityadav0903, please assign it to me. II would like to work on it for GSSoC '22.
When we login into the application, the Navbar must print Hello "Username" but instead, it's printing only Hello. Similarly to profile pic and role. It's happening due to the wrong JSON configuration. The current one is user.username, user.role, user.profilePic but instead the working one should be user.others.username, user.others.role, and user. others.profilePic.
Steps to reproduce the behavior:
The expected behavior is to see the correct user role, profilePic, and username.
Current -
Expected -
Hey @mohityadav0903, please assign it to me. II would like to work on it for GSSoC '22.