Update registration
This commit is contained in:
6
Hcs.WebApp/Data/AppRole.cs
Normal file
6
Hcs.WebApp/Data/AppRole.cs
Normal file
@ -0,0 +1,6 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Hcs.WebApp.Data
|
||||
{
|
||||
public class AppRole : IdentityRole { }
|
||||
}
|
||||
Reference in New Issue
Block a user