When a users token expires, it currently redirects me to /not-authorized and causes an unhandled exception. Instead, I want it to handle this gracefully and it should redirect the user to the login page. I already have a RedirectToLogin.razor component.
