C#C
C#3y ago
Iron

❔ Avoid "Authorizing..." in Blazor Page (Identity)

I am trying to avoid the loading text "Authorizing..." when going to my index.razor page. I have added
`@attribute [AllowAnonymous]
` to the top of the page but does not seem to solve it.

I am able to change the text of the "Authorizing..." in the CascadingAuthenticationView in app.razor but i need to get rid of it on some of my pages because sometimes it takes time to load.

Any tips?
Was this page helpful?