Extending ApplicationUser on a fresh Blazor Server-only project with Individual accounts
I’m trying to extend ApplicationUser with custom properties on a fresh Blazor server project. Here’s what I have:
I’m trying to extend ApplicationUser with custom properties on a fresh Blazor server project. Here’s what I have: