In a simple Blazor Web Assembly App created in Visual Studio with the "Individual User Accounts" option enabled, there is a message "Authorizing..." that appears on page loading:
In an attempt to change its representation, I'm struggling to find where it comes from. Tried to search:
- a solution;
- "All" scaffolded identity pages;
- AuthenticationService.js;
- blazor.webassembly.js;
Any ideas where it can hide?