Skip to content

Commit

Permalink
Add DisplayName
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 25, 2024
1 parent 9571ffe commit 315ae85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MyApp/Configure.Auth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ public void Configure(IWebHostBuilder builder) => builder
{
c.FieldsPerRow(2);
}),
Input.For<ApplicationUser>(x => x.DisplayName, c =>
{
c.FieldsPerRow(2);
}),
Input.For<ApplicationUser>(x => x.ProfilePath)
];

Expand Down

0 comments on commit 315ae85

Please sign in to comment.