Since /myorders was not decorated with [Authorize] Attribute.
So I think, type /myorders page in browser address bar, this page will acess the /orders api, then get 401 , the blazor redirect to login page.
But I haven't seen the /orders api request in network panel.
So what's the real authorization process of the page for /myorders ?