Skip to content

Commit

Permalink
Use correct ApplicationUser
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 17, 2024
1 parent 63508a8 commit 6660493
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions MyApp.ServiceInterface/Data/ApplicationUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ public class ApplicationUser : IdentityUser
public string? LastName { get; set; }
public string? DisplayName { get; set; }
public string? ProfileUrl { get; set; }
public string? FacebookUserId { get; set; }
public string? GoogleUserId { get; set; }
public string? GoogleProfilePageUrl { get; set; }
public string? MicrosoftUserId { get; set; }
}
}

0 comments on commit 6660493

Please sign in to comment.