First commit. Include junk from template to remove
This commit is contained in:
7
src/Infrastructure/Identity/ApplicationUser.cs
Normal file
7
src/Infrastructure/Identity/ApplicationUser.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Hutopy.Infrastructure.Identity;
|
||||
|
||||
public class ApplicationUser : IdentityUser
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user