Hi is there a way, to not to do a request when there is no jwt token in localStorage?
It should just render the login page
Now it is doing an unneccessary empty request, and the response is also empty. so the userInfo is null.
We should be able to skip that.., do you know how?