I have created a Blazor WASM project. It is using authentication and to do so it navigates to it's own server side pages in the area Identity. I have tried to scaffold these pages in order to change the title on the navbar but I cannot figure this out.
It currently shows the project name (i.e. BlazorApp.Server)


