!wip added some missing code

This commit is contained in:
Jamie Rees 2018-04-13 14:21:23 +01:00
parent 7a7b00ab25
commit 1d4d3c5476
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,8 @@
{
public static class OmbiRoles
{
// DONT FORGET TO ADD TO IDENTITYCONTROLLER.CREATEROLES AND THE UI!
public const string Admin = nameof(Admin);
public const string AutoApproveMovie = nameof(AutoApproveMovie);
public const string AutoApproveTv = nameof(AutoApproveTv);