From da5280d4bbcfaaed29abef5161e80c0151571490 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Tue, 17 Sep 2024 23:06:42 +0800 Subject: [PATCH] Use correct ApplicationUser --- MyApp.ServiceInterface/Data/ApplicationUser.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/MyApp.ServiceInterface/Data/ApplicationUser.cs b/MyApp.ServiceInterface/Data/ApplicationUser.cs index bb0433d..ba105ad 100644 --- a/MyApp.ServiceInterface/Data/ApplicationUser.cs +++ b/MyApp.ServiceInterface/Data/ApplicationUser.cs @@ -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; } -} +} \ No newline at end of file