Skip to content

Commit

Permalink
Update ApplicationUser.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jun 6, 2024
1 parent 1197b27 commit 1394181
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MyApp.ServiceInterface/Data/ApplicationUser.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using Microsoft.AspNetCore.Identity;
using ServiceStack.DataAnnotations;

namespace MyApp.Data;

// Add profile data for application users by adding properties to the ApplicationUser class
[Alias("AspNetUsers")]
public class ApplicationUser : IdentityUser
{
public string? FirstName { get; set; }
Expand Down

0 comments on commit 1394181

Please sign in to comment.