v1.5.0
- small API change when registering .AddUIIdentityStore the TApplicationUser is now mandatory!
...
.AddUIIdentityStore<ApplicationUser>(options =>
{
...
})
...
...
.AddUIIdentityStore<ApplicationUser>(options =>
{
...
})
...