This condition is happened when I am not login as the user (actually, I'm not UI student, so can't try to login with SSO user also),
If I go to click URL outside of available routes, like this picture below
It will show 404 not found page, but still there navbar for user menu who had login
Requested behavior:
Added authorization for navbar to show just if user has been login
Why this behavior is better:
To make sure the visitor outside user can not access available menu anymore
This issue is a:
Current behavior:
This condition is happened when I am not login as the user (actually, I'm not UI student, so can't try to login with SSO user also), If I go to click URL outside of available routes, like this picture below It will show 404 not found page, but still there navbar for user menu who had login
Requested behavior:
Added authorization for navbar to show just if user has been login
Why this behavior is better: To make sure the visitor outside user can not access available menu anymore