forked from wanderer/pwt-0x01-ng
chore: fix role creation on app startup
fixes #8 kudos to @FunTomOftheBlueScreen@utb.cz
This commit is contained in:
parent
24a830b523
commit
9cd1188714
@ -6,6 +6,6 @@ namespace pwt_0x01_ng.Models.Identity
|
|||||||
{
|
{
|
||||||
public class Role : IdentityRole<int>
|
public class Role : IdentityRole<int>
|
||||||
{
|
{
|
||||||
public Role(string name) : base(){}
|
public Role(string name) : base(name){}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user