My app is setup that only registered users can access it. The issue is that when you try to login with a user that is not registered for the app, you're stuck with the screen as seen in the image. Only way to get back to the login is to restart the server / delete the session from cookies. Is there a way to navigate back to the login page?
I am use dotnet 6 and React