You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where is the markup located? In Razor Pages projects, it was located in /Pages/Shared/_Layout.cshtml. I cant find it now.
I tried to import scaffolded item Account/Manage/Layout, but then I get an error: InvalidOperationException: The following sections have been defined but have not been rendered by the page at '/Pages/Shared/_Layout.cshtml': 'Scripts'.
Thanks!
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: d64b8062-f910-a918-c5db-b2b67708602c
Version Independent ID: 56c6cc6e-be94-d164-947c-cb14dbe91a19
Hello @lucent-sea ... this is a duplicate of #15651.
I'm proposing some information on customizing the default Identity UI to match Blazor's theme on the PR at ... #17940. You can take a look at the diff to see what I'm pitching. Open the aspnetcore/security/authentication/scaffold-identity.md file and scroll down to Line 279 to see a section titled Style authentication endpoints.
It's not going to be a complete styling reference tho ... you'll still likely need to do additional styling work beyond what the PR shows. That's just to get devs going with it.
I'd like to customize the navbar and footer used in Identity pages (e.g. https://localhost:5001/Identity/Account/Register).
Where is the markup located? In Razor Pages projects, it was located in /Pages/Shared/_Layout.cshtml. I cant find it now.
I tried to import scaffolded item Account/Manage/Layout, but then I get an error: InvalidOperationException: The following sections have been defined but have not been rendered by the page at '/Pages/Shared/_Layout.cshtml': 'Scripts'.
Thanks!
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: