I can't find the .cshtml file for customization the UI for the Duende Log In view.
I've even searched through the entire source for "Use a local account to log in" in order to find it, but it doesn't show up.
The index.cshtml under Account/Login is not the same view, and I can't find any LogIn view under Identity/Pages/Account.
How to customize the text for the login view?
The view is from ASP.Net Identity, and scaffolding the Login.cshtml resolved the issue.