Cleaning things up and getting add item to cart working for anonymous or authenticated users.
This commit is contained in:
10
src/Infrastructure/Identity/ApplicationUser.cs
Normal file
10
src/Infrastructure/Identity/ApplicationUser.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
|
||||
namespace Infrastructure.Identity
|
||||
{
|
||||
public class ApplicationUser : IdentityUser
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user